STBTableViewIndex icon indicating copy to clipboard operation
STBTableViewIndex copied to clipboard

Code needs to be updated for Xcode 10 / iOS 12

Open ethanwa opened this issue 7 years ago • 1 comments

Getting some errors when trying to build.

ethanwa avatar Sep 05 '18 18:09 ethanwa

Specifically:

public override init(frame: CGRect) { titles = Array<String>() visible = true super.init(frame: CGRect.zero) initialize() } public required init?(coder aDecoder: NSCoder) { titles = Array<String>() visible = true super.init(coder: aDecoder) initialize() }

ethanwa avatar Sep 14 '18 01:09 ethanwa