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 could do that in the Interface Builder but I want to change the text or image programmatically. How can I achieve that? I don’t have a separate class for the UIViewController, so I can’t connect the IBOutlets anywhere.
The text was updated successfully, but these errors were encountered:
Hey @waseefakhtar. When you instantiate the FlickToDismissViewController you can pass in any view you like as long as it is a subclass of UIView. So just setup your view as you usually would, which can be programmatic or through interface builder. Check out the readme to see how to do this programmatically. I hope this has answered your question... if not just shout :)
I already have a UIView as flickableView but I want UILabels and UIImages on top of that. I could achieve that programmatically by view.addSubview() but I want to achieve that with the Interface Builder.
I could do that in the Interface Builder but I want to change the text or image programmatically. How can I achieve that? I don’t have a separate class for the UIViewController, so I can’t connect the IBOutlets anywhere.
The text was updated successfully, but these errors were encountered: