- 博客(7)
- 收藏
- 关注
原创 scrollView上使用masonry
使用scrollView的一个子视图对contentSize进行调整_scroll_Bg = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 100, SCREEN_W, 200)]; _scroll_Bg.pagingEnabled = YES; _scroll_Bg.delegate = self; _scroll_Bg.b...
2018-05-23 09:39:43
743
转载 获取collectionViewcCell及tableViewCell在当前屏幕的位置大小
● 获取collectionViewcCell在当前屏幕的位置大小 -(void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath{UICollectionViewCell * cell = (UICollectionViewCel
2016-09-01 09:47:50
1635
转载 iOS---修改Xcode7建立的工程名称
http://blog.youkuaiyun.com/zhtl3333/article/details/50040489
2016-09-01 09:46:14
196
转载 将且仅将UILabel上的所有数字变色指定的字体颜色
http://blog.youkuaiyun.com/msyqmsyq/article/details/50788003
2016-09-01 09:45:19
200
转载 GitHub上值得关注的iOS开源项目
GitHub上值得关注的iOS开源项目1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON3.Reachability地址:https://github.com/to
2016-09-01 09:36:42
181
转载 APP配置.plist汇总
1. Application does not run in background(键名:UIApplicationExistsOnSuspend)自从iOS4.0之後,當你在應用程式執行的時候按下Home 鍵,應用程式並不會中斷目前的執行,而是躲到背景去了。因此希望使用者在按下Home鍵之後就要中斷目前程式的執行,請勾選這個選項。 2. Application re
2016-09-01 09:35:03
234
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅