I\'m wondering, is there a way to get a delegate or something, when a particular UIView has been shown on the screen ?
UIView
If you manage your logic directly inside the UIView, use:
- didMoveToSuperview
If you manage your logic inside a UIViewController, use :
- viewDidAppear:(BOOL)animated