会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xiaoxiaoxigua
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
20
下一页
2015年9月14日
nsdate 的操作
摘要: https://github.com/foxswang/NSDateUtil
阅读全文
posted @ 2015-09-14 13:32 xiaoxiaoxigua
阅读(127)
评论(0)
推荐(0)
2015年9月10日
微信定位
摘要: https://github.com/xiaoyangh/WeChat-Location
阅读全文
posted @ 2015-09-10 18:18 xiaoxiaoxigua
阅读(222)
评论(0)
推荐(0)
ios 微信发送位置
摘要: @interface GroupReportViewController () { BOOL isFirstLocation;}@property(nonatomic,strong)BMKMapView* mapView;@property(nonatomic,strong)BMKLocation...
阅读全文
posted @ 2015-09-10 18:17 xiaoxiaoxigua
阅读(736)
评论(0)
推荐(0)
2015年9月8日
uitableview 刷新一行
摘要: iosUITableview刷新某一行 或section//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnimatio...
阅读全文
posted @ 2015-09-08 17:59 xiaoxiaoxigua
阅读(505)
评论(0)
推荐(0)
蓝牙通讯 ble
摘要: http://blog.csdn.net/beijingshi1/article/details/36426829
阅读全文
posted @ 2015-09-08 10:16 xiaoxiaoxigua
阅读(143)
评论(0)
推荐(0)
2015年8月28日
superdemo
摘要: https://github.com/bingxue314159/SuperDemo
阅读全文
posted @ 2015-08-28 10:45 xiaoxiaoxigua
阅读(211)
评论(0)
推荐(0)
2015年8月19日
动画组合
摘要: 动画组合(uber启动时的等待效果代码)- (void)startAnimation {self.layer.masksToBounds=0;self.layer.cornerRadius=50;if(self.layer.sublayers==nil) { [selfsetUpAnimation]...
阅读全文
posted @ 2015-08-19 12:53 xiaoxiaoxigua
阅读(179)
评论(0)
推荐(0)
2015年8月14日
YTKNetwork
摘要: YTKNetwork 是猿题库 iOS 研发团队基于 AFNetworking 封装的 iOS 网络库,其实现了一套 High Level 的 API,提供了更高层次的网络访问抽象。YTKNetwork 使用基础教程https://github.com/yuantiku/YTKNetwork/blo...
阅读全文
posted @ 2015-08-14 18:56 xiaoxiaoxigua
阅读(452)
评论(0)
推荐(0)
2015年8月10日
ios 判断空字符串
摘要: - (BOOL) isBlankString:(NSString *)string { if (string == nil || string == NULL) { return YES; } if ([string isKindOfClass:[NSNull class]]) { ...
阅读全文
posted @ 2015-08-10 11:32 xiaoxiaoxigua
阅读(187)
评论(0)
推荐(0)
2015年8月3日
uiview 单边圆角或者单边框
摘要: UIView *view2 = [[UIView alloc] initWithFrame:CGRectMake(120, 10, 80, 80)]; view2.backgroundColor = [UIColor redColor]; [self.view addSubview:view2]; ...
阅读全文
posted @ 2015-08-03 14:18 xiaoxiaoxigua
阅读(1108)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
20
下一页
公告