摘要: import UIKit class AboutViewController : UIViewController @IBOutlet weak var scrollView: UIScrollView! override func viewDidLoad() { super.viewDidLoad() view.addSubview(scrollView) //... 阅读全文
posted @ 2016-11-20 18:14 Zhentiw 阅读(183) 评论(0) 推荐(0)
摘要: To programmaictlly change the content of app, we need to contect storyboard to a view controller. To do that, we need to create new file call it 'Prod 阅读全文
posted @ 2016-11-20 05:28 Zhentiw 阅读(570) 评论(0) 推荐(0)
摘要: First, you need to enable the email auth in Firebase console. Then implement the auth service: Because login method return Promise, we need to convert 阅读全文
posted @ 2016-11-20 04:49 Zhentiw 阅读(309) 评论(0) 推荐(0)