会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
supercoder
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
2017年11月21日
Could not locate device support files.
摘要: Could not locate device support files. This iPhone 7 Plus (Model 16**, 17**, 1785, 1786) is running iOS 11.1.1 (15B150), which may not be supported by
阅读全文
posted @ 2017-11-21 15:15 super1250
阅读(553)
评论(0)
推荐(0)
2017年10月20日
好班项目迭代3.2.1版本记录
摘要: 好班项目自5月以来完成第一个版本(2.0.0)以后基本上是每隔一个月就迭代一次发布一个版本. 从2017年2月开始加班到8月份完成项目需求的迭代. <注:已屏蔽敏感信息 仅供参考 来自superLee写> 一.版本 目前版本已经到了3.2.2版本. git版本分支: 原生开发迭代从v3.2.0版升级
阅读全文
posted @ 2017-10-20 09:44 super1250
阅读(176)
评论(0)
推荐(0)
2017年10月18日
ios下拉tableview让背景色跟导航栏颜色一致
摘要: UIView *headerView = [[UIView alloc] initWithFrame:(CGRectMake(0, 0, self.view.frame.size.width, 200))]; self.headerImageView = [[UIImageView alloc] i
阅读全文
posted @ 2017-10-18 10:15 super1250
阅读(759)
评论(0)
推荐(0)
2017年9月28日
ios11文件夹
摘要: File Manager UIDocumentBrowserViewController 多了一个文件管理的 VC,默认里面会显示当前 app 权限以内的文件,包括本地的和存在 iCloud 的. 如果三方 app 在 info.plist 中声明了 UISupportsDocumentBrowse
阅读全文
posted @ 2017-09-28 11:31 super1250
阅读(564)
评论(0)
推荐(0)
2017年9月5日
aso的大概了解
摘要: https://baike.baidu.com/item/ASO/7770583?fr=aladdin ASO的百度百科解释. http://fbaso.com/ 风暴ASO推广 下图来自于某分享视频内容:
阅读全文
posted @ 2017-09-05 08:54 super1250
阅读(145)
评论(0)
推荐(0)
2017年8月25日
ios解决button重复点击的问题
摘要: 分类头文件: #import <UIKit/UIKit.h> @interface UIControl (CDControlCategory) @property(nonatomic,assign)NSTimeInterval uxy_acceptEventInterval;// 可以用这个给重复点
阅读全文
posted @ 2017-08-25 16:31 super1250
阅读(293)
评论(0)
推荐(0)
ios震动和播放铃声
摘要: - (id)initSystemShake { self = [super init]; if (self) { sound = kSystemSoundID_Vibrate;//震动 ipod不支持系统振动 } return self; } - (id)initSystemSoundWithNam
阅读全文
posted @ 2017-08-25 16:25 super1250
阅读(331)
评论(0)
推荐(0)
ios改变字体
摘要: 直接使用这个方法更改显示字体: - (void)viewDidLoad { [super viewDidLoad]; NSArray *familyNames = [UIFont familyNames]; for( NSString *familyName in familyNames ){ pr
阅读全文
posted @ 2017-08-25 16:20 super1250
阅读(267)
评论(0)
推荐(0)
2017年8月21日
好班微校云信聊天解读记录
摘要: 好班微校云信聊天结构: 一 . 类都继承的是TSIMBaseViewController(HBBaseViewController一样的).如图: 二. 点击tabbar第二个 消息(微校) 进入(HBIMViewController)控制器.这个类继承自: TSIMRecentSessionVie
阅读全文
posted @ 2017-08-21 11:30 super1250
阅读(287)
评论(0)
推荐(0)
2017年5月24日
ios TouchID验证
摘要: // 使用 WJTouchID *touchid = [[WJTouchID alloc]init]; [touchid startWJTouchIDWithMessage:WJNotice(@"自定义信息", @"The Custom Message") fallbackTitle:WJNotic
阅读全文
posted @ 2017-05-24 16:08 super1250
阅读(227)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
公告