Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在我的项目中使用 IBDesignable。
有人可以帮我找出如何在这门课上工作吗?
gitHub 上的 APTextField.swift
您需要添加此代码
required override init(frame: CGRect) { super.init(frame: frame) setup() }
如果您使用的是 Xcode 6.3 (6D520o),请将countElements函数替换为count