随笔分类 - iOS
摘要:https://blog.csdn.net/jiashaoying/article/details/79079500 下拉刷新 EGOTableViewPullRefresh - 最早的下拉刷新控件。 SVPullToRefresh - 下拉刷新控件。 MJRefresh - 仅需一行代码就可以为U
阅读全文
摘要:@interface VerticalCenterTextView : UITextView @end @implementation VerticalCenterTextView - (void) layoutSubviews; { [super layoutSubviews]; CGSize contentSize = [self sizeThatFits:CG...
阅读全文
摘要:http://www.jianshu.com/p/09b445300d40 简介: armv7|armv7s|arm64都是ARM处理器的指令集 i386|x86_64 是Mac处理器的指令集 目前iOS的ARM处理器指令集及其支持的设备: armv6 (基本消失了) iPhone iPhone2
阅读全文
摘要:https://stackoverflow.com/questions/45573829/weird-uitableview-behaviour-in-ios11-cells-scroll-up-with-navigation-push-anima 在你的tablview/controller基类设
阅读全文
摘要:https://archimboldi.me/posts/%E7%BF%BB%E8%AF%91-uidebugginginformationoverlay.html http://ryanipete.com/blog/ios/swift/objective-c/uidebugginginformat
阅读全文
摘要:https://forums.developer.apple.com/thread/76803 Try this, it fixed it for me. Open Terminal and run: cd ~ mv .itmstransporter/ .old_itmstransporter/ "
阅读全文
摘要:rcmobile://messages rcmobile://badge rcmobile://dialer rcmobile://open rcmobile://sms?type=new rcmobile://call?number=5719
阅读全文
摘要:http://www.cnblogs.com/smileEvday/p/iOS_PixelVsPoint.html 基于上面的分析,我们可以得出“Scale为3的6 Plus”设备如果要绘制1个像素宽的线条时,位置调整也应该是0.5像素,对应该的Point计算如下: 奉上一个画一像素线的一个宏: 使
阅读全文
摘要:http://www.jianshu.com/p/7a82e977281c http://www.jianshu.com/p/ddc2490bff9f 两个工程 1 代码工程 在github上创建一个空的工程, License文件记得加上. (MIT License) git clone到本地 或
阅读全文
摘要:https://confluence.atlassian.com/bitbucket/configure-multiple-ssh-identities-for-gitbash-mac-osx-linux-271943168.html 1: 生成多个 SSH key 2: 生成config文件来配置
阅读全文
摘要:最近各种错误, 全部刷新 再说 如果 提示这个 ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/pod // 还出错的话, 就安装Homebrew 来安装ruby, 中间也是坑, 查.
阅读全文
摘要:Xcode真机运行时, 经常会弹这个窗口提示. 网上搜索是一般是这个链接方法. 但我打开keychain, 把 '我的证书'中过期的全部删除, 也不会提示了. 附其他链接方法: 解决方法: 打开钥匙串访问 双击那些密钥弹出框: 改变到允许所有应用程序访问此项目,输入一次密码即可!! 解决!不用每次输
阅读全文
摘要:XCode 7 7.3.1:https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_7.3.1/Xcode_7.3.1.dmg 7.3: https://developer.apple.com
阅读全文
摘要:1. 下载 WSDL2ObjC.app https://code.google.com/archive/p/wsdl2objc/downloads 2:下载WSDL文件 2.1一般情况下, 你会得到这样的地址 http://pc.cloudhvacr.com/DataInterfaceService
阅读全文
摘要:## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 ...
阅读全文
摘要:Dot notation for message sending is not supported in lldb. Use bracket notation and cast the result to CGRect:
阅读全文
摘要:1:Snippets Xcode 代码段的文件表示 ~/Library/Developer/Xcode/UserData/CodeSnippets/ 2: Services 可以添加workflow到这里来方便工作 ~/Library/Services/
阅读全文
摘要:1 Open QuickTime Player on Mac 2 top menu-- New Movie Recording 3 in Movie Recording UI, click the triangle beside red button, choose 'your iPhone' in
阅读全文
摘要:https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html h
阅读全文
摘要:http://blog.jqian.net/post/git-submodule.html 使用git管理的项目开发中,如果碰到公共库和基础工具,可以用submodule来管理。 常用操作 例如, 公共库是 lib.git,地址:git@github.com:lib.git; 需要使用公共库的项目是
阅读全文

浙公网安备 33010602011771号