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
I can't manage to find the UI objects that come with TGPControls (i.e. TGPCamelLabel, TGPDiscreteSlider). I've been looking inside the object library, but none of them are there. Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I was wondering the same thing as it's not stated in the Readme and I have not used custom UI components before.
Just drag a UIView in Interface Builder onto whatever it is you are building. Then select that view and go to the Identity Inspector menu (the one that looks like a postcard). Under Custom Class -> Class, select one of the TGP classes (TGPDiscreteSlider for example). Now the UIView will show the preview and if you go to the Attributes Inspector menu (the one that looks like a shield) you can change it's properties.
Note, for all of this to work you of course need to installed the Pod and opened the .xcworkspace.
Hi,
I can't manage to find the UI objects that come with TGPControls (i.e. TGPCamelLabel, TGPDiscreteSlider). I've been looking inside the object library, but none of them are there. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: