[已解决]swift中设置文本框的边框的颜色
crifan 9年前 (2016-03-17) 6453浏览 0评论
之前通过: userTextField.layer.borderColor = UIColor.redColor().CGColor 去设置文本库的边框颜色,无效。 swift textfield border color ios ...
crifan 9年前 (2016-03-17) 6453浏览 0评论
之前通过: userTextField.layer.borderColor = UIColor.redColor().CGColor 去设置文本库的边框颜色,无效。 swift textfield border color ios ...
crifan 9年前 (2016-03-16) 4937浏览 0评论
之前是iOS的app的启动页,由于启动很快,一闪而过 导致看不清logo 所以需要设置时间长一点 swift launch screen time ios – Displaying splash screen for longer tha...
crifan 9年前 (2016-02-20) 3948浏览 0评论
swift的app 默认好像是支持横屏的 但是当iPhone屏幕有旋转的话,就会变成对应的横屏, 此处不想要横屏,要去禁止横屏,只支持默认的竖屏。 可以看到,默认设置的支持的模式: iPhone有三种 iPad有4种 swift 禁止竖屏 swif...
crifan 9年前 (2015-11-19) 2723浏览 0评论
搜: swift tableview datasource outside 参考: ios – How to set datasource and delegate Outside of View Controller – S...
crifan 9年前 (2015-11-17) 2275浏览 0评论
设置了工具栏的背景色,但是不生效。 搜: swift UIToolbar backgroundColor not work 参考帖子,最后去: UIToolbar.appearance().backgroundColor = UIColor....
crifan 9年前 (2015-11-11) 3049浏览 0评论
想要设置tab的背景色: 相关已有代码为: //6. create tabs let viewConversation = ConversationViewController() let...
crifan 9年前 (2015-10-26) 4155浏览 0评论
[已解决]Swift中的UITableView中自定义UITableViewCellAccessoryType 期间,需要去: 对于cell的accessory的view中的: 上面的label 下面的image 两个view,设置子vie...
crifan 9年前 (2015-10-21) 9744浏览 0评论
[背景] 折腾: [未解决]Swift中使用WKWebView显示出的网页中文字太小 期间,需要去搞懂: 用js代码,如何设置html的meta值,能这样的html的效果: <meta name="viewport" content="init...
crifan 9年前 (2015-09-26) 6570浏览 0评论
【背景】 之前折腾Swift的UITableViewCell期间: 【已解决】swift中在UITableViewCell的一行右边添加内容 已经实现了cell的显示内容了: 但是想要去设置红色新加的字符的右对齐。 已经去试了试代码: ...
crifan 10年前 (2014-12-26) 6224浏览 0评论
【背景】 折腾: 【记录】google adsense拿到PIN码后 之后,继续去设置Google Adsense的付款方式。 【折腾过程】 1. 2.点击 管理: 3.点击: 添加新的付款方式 ...