You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, nice quick color picker. One remark - you can make the usage easier by copying the storyboard to their protect (lets name it "ColorPicker") and call the following line to initialize the VC
let colorPickerVc = UIStoryboard(name: "ColorPicker", bundle: nil).instantiateViewControllerWithIdentifier("sbColorPicker") as! ColorPickerViewController
The text was updated successfully, but these errors were encountered:
Hi, nice quick color picker. One remark - you can make the usage easier by copying the storyboard to their protect (lets name it "ColorPicker") and call the following line to initialize the VC
The text was updated successfully, but these errors were encountered: