一般情况下获取bid的方式 NSBundle.mainBundle.bundleIdentifier;[NSBundle.mainBundle objectForInfoDictionaryKey:@"CFBundleIdentifier"…
https://www.crifan.com/xcode_9_ream_h_file_not_found_with_angled_include_use_quotes_instead/ 修改 Header Search Path 添加 $(…
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.eac…
ideviceinstaller -i "ipa路径.ipa"
首页有一块UI设计的是几个色块,不想用xib在UICollectionViewcell上绘制成死的四个区块,想用UICollectionViewcell写活。 采用了2中方式尝试去实现: UICollectionViewLayout UIC…
概要 在Xcode11中对UIScrollView在Xib中的布局,苹果引入了Content Layout guide和Frame Layout Guide。我们拖动一个UIScrollView到Xib中,默认就会有Content Layo…
1.高斯函数,向下取整 floor(1.0/4)=0; floor(4.0/4)=1; floor(5.0/4)=1; floor(8.0/4)=2; floor()方法是向下取整,类似于数学中的高斯函数 [].取得不大于浮点数的最大整数,…
查看xcode索引状态是否正常 终端输入 defaults write com.apple.dt.XCode IDEIndexDisable 0 重启xcode,编辑,再试
将代码放置 -(void)drawRect:(CGRect)rect
打印结果.png (1)[[[NSBundle mainBundle] preferredLocalizations] firstObject]; 解析:这个方法获取的语言编码,将会自动拼接当前国家的代码。 (2)[ [NSLocale c…
更多...
加载中...