[记录]swift中添加支持聊天框架XMPP
crifan 10年前 (2015-11-17) 2405浏览 0评论
想要用swift实现一个聊天的功能 需要去找swift的聊天框架。 搜: swift xmpp library 参考: Swift XMPP Client -》只是个聊天工具,其中自己的swift的SDK是Java写的库。。。 Isode...
工作相关的技术文章
crifan 10年前 (2015-11-17) 2405浏览 0评论
想要用swift实现一个聊天的功能 需要去找swift的聊天框架。 搜: swift xmpp library 参考: Swift XMPP Client -》只是个聊天工具,其中自己的swift的SDK是Java写的库。。。 Isode...
crifan 10年前 (2015-11-17) 1994浏览 0评论
设置了工具栏的背景色,但是不生效。 搜: swift UIToolbar backgroundColor not work 参考帖子,最后去: UIToolbar.appearance().backgroundColor = UIColor....
crifan 10年前 (2015-11-17) 3554浏览 0评论
搜: swift add toolbar item 参考: UIToolbar Class Reference UIBarButtonItemStyle – UIBarButtonItem Class Reference ...
crifan 10年前 (2015-11-17) 2873浏览 0评论
swift中,需要添加页面底部的工具栏 搜: swift view controller add toolbar 参考: Swift Swift: Using The Navigation Bar Title and Back button. | M...
crifan 10年前 (2015-11-15) 1459浏览 0评论
之前知道的一些iOS相关的资源,供参考: iPhone GUI PSD | Teehan+Lax -》 https://github.com/TeehanLax/iOS-8-GUI-PSD-iPhone-6/releases/download/v1....
crifan 10年前 (2015-11-15) 2104浏览 0评论
iPhone Development 101: Sizes of iPhone UI Elements “ Sizes of iPhone UI Elements How to detect the current device size and...
crifan 10年前 (2015-11-15) 4489浏览 0评论
需要实现: 在初始化VC之前,获得导航栏的边框尺寸(高度) 即,在: let mainViewVC = MainViewController() let mainNaviVC = UINavigationContr...
crifan 10年前 (2015-11-15) 3461浏览 0评论
UITableView的UITableViewCell 设置了一共有有13行: var rowNumberTotal:Int = 13 func tableView(tableView: UITableView, numberO...
crifan 10年前 (2015-11-15) 2388浏览 0评论
需要在切换视图控制器时传递数据 [解决过程] 1.搜: swift pass data between view controllers 参考: How do you pass data between view controllers in Sw...
crifan 10年前 (2015-11-14) 3218浏览 0评论
之前已经在didFinishLaunchingWithOptions中: let ColorNavigationBarImageAndText:UIColor = UIColor.whiteColor() //set navi bar...