
IOS - tool
TKYangx
这个作者很懒,什么都没留下…
展开
-
两个view 居中显示计算
两个view 居中显示计算 //左边view 宽度wLeft CGRectMake((SCREEN_WIDTH - wLeft - wRight)/2, 80, wLeft, 30) //右边view 宽度wRight CGRectMake((SCREEN_WIDTH + wLeft +wRight)/2 - 100, 80, wRight, 30)原创 2015-07-04 11:13:59 · 735 阅读 · 0 评论 -
两个不同宽度的view居中显示计算
两个不同宽度的view居中显示计算原创 2015-07-04 11:09:51 · 652 阅读 · 0 评论 -
视频剪裁尺寸和裁剪时间
两个相关的github三方资源: 裁剪尺寸: InstagramAssetsPicker 裁剪时间: ICGVideoTrimmer原创 2015-08-05 15:16:17 · 2104 阅读 · 0 评论 -
设置相关:版本号,清除缓存
版本号: NSString *version = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"]; 清除缓存:翻译 2015-11-11 16:12:33 · 524 阅读 · 0 评论 -
过滤表情
- (void)textDidChange:(NSNotification *)note{ ComponentAttrTableViewCell *cell = (ComponentAttrTableViewCell*)[self.compAttrTableView cellForRowAtIndexPath:editIndexPath]; //禁止输入表情 EditTextField转载 2015-12-28 13:57:07 · 500 阅读 · 0 评论