开发者

strange leak in instruments

开发者 https://www.devze.com 2023-03-05 11:42 出处:网络
When a luch instruments i have a leak that appear in the code below. where is the leak please ???? - (void) viewWillAppear:(BOOL)animated

When a luch instruments i have a leak that appear in the code below. where is the leak please ????

 - (void) viewWillAppear:(BOOL)animated 
{
    [NavBarStyles sharedInstance].navStyle = @"navBarImage.png";
    self.navigationController.navigationBar.barStyle = UIBarStyleDefault;


    self.navigationController.navigationBar.tintColor = [UIColor clearColor];
    self.navigationController.navigationBar.barStyle = UIBarStyleDefault;
    self.navigationController.navigationBar开发者_JAVA百科.tintColor = [UIColor colorWithRed:16/255.0 green:160/255.0 blue:177/255.0 alpha:1.0];


    [super viewWillAppear:animated];
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号