会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tongyuling
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2016年5月30日
iOS 在 tableview_delegate 外用到 cell 的方法
摘要: uitableviewcell *cell = ((uitableviewcell *)[self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]); //区 和 行 自己传
阅读全文
posted @ 2016-05-30 17:23 tongyuling
阅读(147)
评论(0)
推荐(0)
2016年5月27日
iOS plist
摘要: //存 NSArray *paths=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES); NSString *path=[paths objectAtIndex:0]; NSLog(@"path
阅读全文
posted @ 2016-05-27 13:11 tongyuling
阅读(113)
评论(0)
推荐(0)
cell上添加 bin
摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString * cellID = @"cellID"; JWBespe
阅读全文
posted @ 2016-05-27 11:16 tongyuling
阅读(197)
评论(0)
推荐(0)
2016年5月23日
发现一个不错的网址,ios大牛级开发学习路线
摘要: http://bbs.51cto.com/thread-1099956-1.html
阅读全文
posted @ 2016-05-23 13:12 tongyuling
阅读(116)
评论(0)
推荐(0)
2016年4月8日
iOS image和string的相互转换
摘要: #pragma mark 图片转字符串 -(NSString *)UIImageToBase64Str:(UIImage *)image { NSData *data = UIImageJPEGRepresentation(image, 1.0f); NSString *encodedImageSt
阅读全文
posted @ 2016-04-08 10:55 tongyuling
阅读(1643)
评论(0)
推荐(0)
2016年4月5日
iOS 更新约束
摘要: 在更新约束时,要调用: // 告诉self.view约束需要更新 [self.view setNeedsUpdateConstraints]; // 调用此方法告诉self.view检测是否需要更新约束,若需要则更新,下面添加动画效果才起作用 [self.view updateConstraints
阅读全文
posted @ 2016-04-05 16:23 tongyuling
阅读(3047)
评论(0)
推荐(0)
2016年3月31日
便携式蓝牙打印机iOS sdk
摘要: https://github.com/newOcean/printer
阅读全文
posted @ 2016-03-31 16:36 tongyuling
阅读(396)
评论(0)
推荐(0)
2016年3月1日
iOS tabBar去掉黑线
摘要: self.tabBar.shadowImage = [UIImage new]; //UITabBar top line不显示
阅读全文
posted @ 2016-03-01 09:58 tongyuling
阅读(919)
评论(0)
推荐(0)
2016年1月27日
iOS 毛玻璃效果
摘要: UIImageView * image=[[UIImageView alloc]init]; image.frame=CGRectMake(0, 0, 320, 568); image.image=[UIImage imageNamed:@"Guide_img_1"]; [self.view add
阅读全文
posted @ 2016-01-27 16:51 tongyuling
阅读(385)
评论(0)
推荐(0)
iOS 第三方大全
摘要: https://github.com/Tim9Liu9/TimLiu-iOS
阅读全文
posted @ 2016-01-27 14:41 tongyuling
阅读(266)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告