会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
OIMM
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
43
下一页
2022年12月2日
CALayer 的 filters. 灰白
该文被密码保护。
阅读全文
posted @ 2022-12-02 13:59 OIMMZC
阅读(0)
评论(0)
推荐(0)
编辑
app变黑白屏
该文被密码保护。
阅读全文
posted @ 2022-12-02 09:26 OIMMZC
阅读(0)
评论(0)
推荐(0)
编辑
2022年11月25日
定义json数据body体通过post发送数据
该文被密码保护。
阅读全文
posted @ 2022-11-25 15:08 OIMMZC
阅读(0)
评论(0)
推荐(0)
编辑
2022年10月24日
iOS 设备机型判断大全更新到iPhone 14
摘要: #import <sys/utsname.h> #pragma mark -- 判断手机型号 +(NSString*)judgeIphoneType { struct utsname systemInfo; uname(&systemInfo); NSString * phoneType = [NS
阅读全文
posted @ 2022-10-24 16:23 OIMMZC
阅读(646)
评论(0)
推荐(0)
编辑
2022年10月18日
app内部模块添加桌面快捷方式
摘要: 思路: UIButton *ceshiBtn = [[UIButton alloc]initWithFrame:CGRectMake(100, 100, 60, 60)]; ceshiBtn.backgroundColor = [UIColor blueColor]; [ceshiBtn setTi
阅读全文
posted @ 2022-10-18 16:14 OIMMZC
阅读(789)
评论(0)
推荐(0)
编辑
2022年10月9日
MacOS monterey12.6版本 Cornerstone破解版打不开的问题
摘要: 最近把Mac升级到12.6了,发现之前安装的Cornerstone打不开,之后关闭了苹果的SIP能正常打开。 在终端执行csrutil status,若显示 System Integrity Protection status: enabled. 则说明SIP是开着的。 关闭SIP的方法: 重启然后
阅读全文
posted @ 2022-10-09 17:53 OIMMZC
阅读(571)
评论(0)
推荐(0)
编辑
cornerstone4.2下载、svn
摘要: 新版svn永久激活版下载 点击如下链接 https://mac.macsc.com?id=NDQxMzk4 搜索cornerstone,下载安装即可
阅读全文
posted @ 2022-10-09 14:23 OIMMZC
阅读(378)
评论(0)
推荐(0)
编辑
2022年10月8日
itms-services:// 协议
该文被密码保护。
阅读全文
posted @ 2022-10-08 17:44 OIMMZC
阅读(0)
评论(0)
推荐(0)
编辑
2022年7月4日
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options API_AVAILABLE(ios(9.0));方法替代
该文被密码保护。
阅读全文
posted @ 2022-07-04 17:34 OIMMZC
阅读(0)
评论(0)
推荐(0)
编辑
2022年6月2日
引导页的设置
摘要: 关于引导页的设置 首先创建LaunchImage 在Xcode中显示 然后target ->general中launch screen file删除默认的文件,留空即可 最后点击build setting。搜索launch,添加launchImage
阅读全文
posted @ 2022-06-02 10:13 OIMMZC
阅读(58)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
43
下一页
公告