Guest User

Untitled

a guest
Jun 24th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. import UIKit
  2.  
  3. /// An extension of Apples [`UILabel`](https://developer.apple.com/documentation/uikit/uilabel).
  4. ///
  5. /// The whole label is configurable within the storyboard builder using the`@IBInspectable`.
  6. ///
  7. /// let myLabel = MyLabel()
  8. ///
  9. @IBDesignable
  10. open class MyLabel: UILabel {
  11. }
  12.  
  13. /// An extension of Apples [`UILabel`](https://developer.apple.com/documentation/uikit/uilabel).
  14. ///
  15. /// The whole label is configurable within the storyboard builder using the`@IBInspectable`.
  16. ///
  17. /// let myLabel = MyLabel()
  18. ///
  19.  
  20. import UIKit
  21.  
  22. @IBDesignable
  23. open class MyLabel: UILabel {
  24. }
  25.  
  26. @IBDesignable
  27. /// An extension of Apples [`UILabel`](https://developer.apple.com/documentation/uikit/uilabel).
  28. ///
  29. /// The whole label is configurable within the storyboard builder using the`@IBInspectable`.
  30. ///
  31. /// let myLabel = MyLabel()
  32. ///
  33. open class MyLabel: UILabel {
  34. }
Add Comment
Please, Sign In to add comment