[已解决]swift按钮的文字对齐不工作
crifan 10年前 (2016-03-05) 3757浏览
通过: forgotPwdButton.frame = CGRectMake( loginButton.frame.origin.x, registerButton.frame.o...
iOS Framework
crifan 10年前 (2016-03-05) 3757浏览
通过: forgotPwdButton.frame = CGRectMake( loginButton.frame.origin.x, registerButton.frame.o...
crifan 10年前 (2016-03-03) 3736浏览
折腾: [已解决]swift中timer NSTimer.scheduledTimerWithTimeInterval不工作 后,希望: iOS app进入后台后 websocket仍然继续保持连接 仍然能否接受来自远端的服务器的消息 swift i...
crifan 10年前 (2016-03-03) 5310浏览
之前已经解决了: [已解决]swift中timer NSTimer.scheduledTimerWithTimeInterval不工作 但是发现: 当使用iPhone真机去测试时, 按Home键,会到iPhone主界面后, 后台的NSTimer就不工...
crifan 10年前 (2016-03-03) 4879浏览
[背景] swift中,仿照之前的用法去写了个timer: func startWsKeepConnectTimer() { print("startWsKeepConnectTimer") ...
crifan 10年前 (2016-03-02) 3877浏览
本来有了双击代码的识别: let doubleTap = UITapGestureRecognizer(target: self, action: "doubleTapped:") doubl...
crifan 10年前 (2016-03-02) 4495浏览
已经用代码: override func viewDidLoad() { super.viewDidLoad() self.title = bubbleImageView.resMsg.f...
crifan 10年前 (2016-03-02) 4433浏览
ScaleAspectFit ScaleAspectFill 0000_0000_0000_0010.ScaleToFill、ScaleAspectFit、ScaleAspectFill – Meadows of Heaven ̵...
crifan 10年前 (2016-03-02) 6248浏览
之前一直正常的,结果在加入一个object-C的库,然后自动添加了一个bridge header 然后后来又删除该库,包括对应的bridge header,结果再去编译,就出错了: Bridging header ‘/Users/c...
crifan 10年前 (2016-03-02) 2542浏览
【类的扩展】 GitHub – goktugyil/EZSwiftExtensions: How Swift standard types and classes were supposed to work. 太好用了。 【上架AppSt...
crifan 10年前 (2016-03-02) 3276浏览
swift GitHub – MakeZL/MLSwiftBasic: UI and animation of the basic framework of swift “7> 图片浏览器(支持横竖屏、放大缩小、淡入淡出、Push等...