随笔分类 -  工作遇到的问题解决

Cannot create __weak reference in file using manual refs Xcode 7.3
摘要:升级Xcode7.3出现Cannot create __weak reference in file using manual reference counting 解决方法: 阅读全文

posted @ 2016-07-20 11:13 快乐加油站789 阅读(136) 评论(0) 推荐(0)

UIButton实现左文字右图片
摘要:[button setTitleEdgeInsets:UIEdgeInsetsMake(0, -image.size.width, 0, image.size.width)];[button setImageEdgeInsets:UIEdgeInsetsMake(0, button.titleLab 阅读全文

posted @ 2016-07-19 11:09 快乐加油站789 阅读(236) 评论(0) 推荐(0)

UITabbarController的UITabbarItem(例:"我的")点击时,判断是否登录
摘要:摘要:如果在点击UITabbarItem(例如:“我的”)时,判断用户是否已经登录了,如果还没有登录,跳转至登录页面;如果登录了,直接跳转至带有uitabbarItem的页面。 如果在点击UITabbarItem(例如:“我的”)时,判断用户是否已经登录了,如果还没有登录,跳转至登录页面;如果登录了 阅读全文

posted @ 2016-04-26 14:36 快乐加油站789 阅读(359) 评论(0) 推荐(0)

cell复用,状态改变
摘要:- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *cellIdentifier = @"LeftTab... 阅读全文

posted @ 2015-06-30 18:22 快乐加油站789 阅读(224) 评论(0) 推荐(0)

导航