会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李洪强
你所经历的挫折,都会成为你日后成功的垫脚石
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
107
下一页
2017年6月27日
iOS开发之弹出输入框
摘要: 最近项目里有个需求要弹出输入框,GitHub上搜了一圈没发现太合适的轮子,就自个儿撸了一个,传送门在这里https://github.com/wozyao/ZYInputAlert,有需要的同学可以down下来跑一下,用法比较简单。 __weak typeof(self) weakSelf = se
阅读全文
posted @ 2017-06-27 15:01 李洪强
阅读(3961)
评论(0)
推荐(0)
2017年6月22日
中国顶级优秀的程序员
摘要: 中国顶级优秀的程序员 今天突发奇想,对中国顶级的程序员特别感兴趣,我不敢说自己有这么大的志向,我只能说我想过,梦想总是要有的 实现不了无所谓,但是万一实现了呢,我们又比谁差呢? 我只想说的是,我们平时的工作中,是否是真的尽力了呢,我想通过这么一些传奇的人物,给我们一个启示, 世界上真的有人在编程领域
阅读全文
posted @ 2017-06-22 10:31 李洪强
阅读(4298)
评论(0)
推荐(0)
2017年6月21日
打印沙盒路径
摘要: //打印沙盒路径 NSLog(@"%@",NSTemporaryDirectory());
阅读全文
posted @ 2017-06-21 15:14 李洪强
阅读(271)
评论(0)
推荐(0)
2017年6月15日
iOS自定义组与组之间的距离以及视图
摘要: iOS自定义组与组之间的距离以及视图 //头视图高度 - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { return 10; } - (UIView *)tableV
阅读全文
posted @ 2017-06-15 16:24 李洪强
阅读(295)
评论(0)
推荐(0)
2017年6月14日
iOS开发之地域选择
摘要: 代码地址: https://github.com/boundlessocean/AreaPickViewDome.git 效果: 第一步: 将BLAreaPickerView 第一步: 将BLAreaPickerView 第一步: 将BLAreaPickerView 导入工程 导入工程 第二步: 设
阅读全文
posted @ 2017-06-14 16:35 李洪强
阅读(430)
评论(0)
推荐(0)
设置按钮文字右对齐
摘要: 设置按钮文字右对齐 //设置文字右对齐 [_dataBtn1 setContentHorizontalAlignment:UIControlContentHorizontalAlignmentRight]; 李洪强 2017年6月14日于北京
阅读全文
posted @ 2017-06-14 16:29 李洪强
阅读(902)
评论(0)
推荐(0)
2017年6月13日
ios应用下架方法(说明)
摘要: ios应用下架方法(说明) ios应用下架方法(说明) 正在审核中的: 在binary details里边 reject按钮 已经上架的: 在itunesconnect里的app详情里面找到rights and pricing(App信息)按钮 选择specific stores 然后选择Desel
阅读全文
posted @ 2017-06-13 14:40 李洪强
阅读(2541)
评论(0)
推荐(0)
You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgrou
摘要: 集成极光推送,运行后有一个打印信息: **[1412:60b] You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], but you still need to ad
阅读全文
posted @ 2017-06-13 14:35 李洪强
阅读(1208)
评论(0)
推荐(0)
2017年6月12日
iOS开发-模拟器的小常识
摘要: /* 补充: 让模拟器锁屏: command + l */ 让模拟器变大变小 打开Xcode模拟器,选择Window->Scale->
阅读全文
posted @ 2017-06-12 17:13 李洪强
阅读(220)
评论(0)
推荐(0)
iOS-本地的推送
摘要: // // ViewController.m // 05-本地的推送 // // Created by hongqiangli on 2017/6/12. // #import "ViewController.h" @interface ViewController () @end @impleme
阅读全文
posted @ 2017-06-12 17:09 李洪强
阅读(250)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
107
下一页
公告