IP属地:上海
要实现单击item转场动画,只需实现UITabBarDelegate下面的这个方法 该代理方法加入位置,为自定义的UITabBarControl...
前言 在iOS8中,Apple在UIKit框架中给我们提供了UISearchController来代替之前的UISearchDisplayCon...
(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCel...
iOS 常用小技巧大杂烩(上) 2016-06-02 iOS大全 (点击上方公众号,可快速关注) 来源:品味_生活 链接:http://www....
//全屏截图 + (UIImage *)shotScreen{ UIWindow *window = [UIApplication share...
自定义 textField 的清除 button// ------清除Button UIButton *clearButton = [self....