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
@param style A constant that specifies the style of main table view that the controller object is to manage (UITableViewStylePlain or UITableViewStyleGrouped).
136
136
@return An initialized SLKTextViewController object or nil if the object could not be created.
@param layout The layout object to associate with the collection view. The layout controls how the collection view presents its cells and supplementary views.
145
145
@return An initialized SLKTextViewController object or nil if the object could not be created.
Initializes a text view controller to manage an arbitraty scroll view. The caller is responsible for configuration of the scroll view, including wiring the delegate.
151
151
152
152
@param a UISCrollView to be used as the main content area.
153
153
@return An initialized SLKTextViewController object or nil if the object could not be created.
0 commit comments