subinspathilettu / SJSegmentedViewController

MIT License
334 stars 126 forks source link

all view controller service called when loaded parent controller #109

Open pramodshukla1011 opened 6 years ago

pramodshukla1011 commented 6 years ago

How to change header content according to api response dynamically.also if i have a button on bottom of any child controller, then it is only visible after scrolling child controller.

alkanyunus commented 5 years ago

And also because of no lazy initialization, memory consumption is high. The library should has an option to load view controller on viewWillAppear or something.

elemanhillary-zz commented 3 years ago

@saxahan I tried using lazy initialisation to prevent memory consumption but it won't help