iphone - What is the proper way to show a UIViewController/UIView over a UIView? -
i have uiviewcontroller uitableview , buttons in each cell, 1 button show comments , make comments. need show "bubble view" facebook comments on current view, if user taps in other side need hide bubble (just facebook comments in photos).
i have bubble view, no problem that, question proper way show it, , create in storyboard, because have tableview comments , few buttons make new comments.
if want display viewcontroller have creating custom container view controller. tableview rootviewcontroller , make child's viewcontroller ("bubble view") frame smaller. necessary forward events "bubble view".
additional readings/tutorials
Comments
Post a Comment