[已解决]swift中使用带属性的字符串
9年前 (2016-05-24) 1515浏览 0评论
之前弄过attributed string: let attributedCenterText:NSMutableAttributedString = NSMutableAttributedString(string: centerT...
9年前 (2016-05-24) 1515浏览 0评论
之前弄过attributed string: let attributedCenterText:NSMutableAttributedString = NSMutableAttributedString(string: centerT...
9年前 (2016-05-23) 3270浏览 0评论
ios中,想要弄个button,图片在上面,文字在下面 打算自己实现自定义的UIButton 但是觉得有点麻烦 想要去看看,能否很方便的用iOS自带的UIButton实现类似的效果 swift button image up title botto...
9年前 (2016-05-22) 1979浏览 0评论
RxSwift vs ReactiveCocoa How does ReactiveCocoa relate to Rx? Choosing a Swift reactive programming library – Q42 React...
9年前 (2016-05-22) 1274浏览 0评论
Reactive Programming swift The best FRP iOS resources. · GitHub GitHub – ReactiveX/RxSwift: Reactive Programming in Swi...
9年前 (2016-05-22) 1704浏览 0评论
reactive 起源 reactive what is what is reactive programming Reactive programming – Wikipedia, the free encyclopedia 也谈响应式...
9年前 (2016-05-21) 5422浏览 1评论
【问题】 之前的代码是: //2. file name label self.nameLabel.text = resMsg.fileItem.name self.nameLabel.font = UIFo...
9年前 (2016-05-20) 6266浏览 0评论
对于一个对象: class PersonItem: ContactItem { var personType:PersonType var phoneNumber:String var email:String var...
9年前 (2016-05-20) 3851浏览 0评论
之前Linode的VPS,升级了配置为8G之后,使用率都低于100% 最近,不知道是不是真的是流量增加而导致的: 使用率经常大于100% 而经常收到VPS的CPU使用率超过,默认阈值90%的邮件提醒 Your Linode, linode974632...
9年前 (2016-05-20) 8557浏览 0评论
之前在Linode的VPS中安装了邮件服务器的服务: postfix和dovecot 后来不用了,换成了163的免费企业有了: 【记录】给crifan.org的邮件服务器安装垃圾过滤系统 现在不用自己的邮件服务器了,要去禁止掉对应的服务。 ...
9年前 (2016-05-20) 3124浏览 0评论
【背景】 对于已有的一个项目: 为了打造成项目模版 想要把项目改名为: SwiftProjectTemplate 注意其中包含了Cocoapods和Carthage 但是不知道会有其他什么影响 【折腾过程】 ...