subinspathilettu / SJSegmentedViewController

MIT License
334 stars 126 forks source link

Segment change indicating methods in each view controller #143

Open sivatejab opened 4 years ago

sivatejab commented 4 years ago

It would be nice to have a protocol with methods (options) which will indicate the segment change to view controllers, like segmentWillAppear and segmentWillDisappear in view controllers, to clear off any things just like we do with viewWillAppear.