码迷,mamicode.com
首页 > 其他好文 > 详细

KVC替换系统的tabbar为自定义tabbar---秀清

时间:2015-09-25 18:31:38      阅读:465      评论:0      收藏:0      [点我收藏+]

标签:

 
    CustomTabbar *tabbar = [[CustomTabbar alloc]init];
    //KVC,更换系统的tabbar为自定义tabbar
    tabbar.tabbarDelegate = self;
    
    [self setValue:tabbar forKeyPath:@"tabBar"];

此处keyPath:@"tabBar",为系统的tabBar声明的私有的成员变量名

KVC替换系统的tabbar为自定义tabbar---秀清

标签:

原文地址:http://www.cnblogs.com/sixindev/p/4838849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!