EAIntroView icon indicating copy to clipboard operation
EAIntroView copied to clipboard

Add more blocks for EAIntroPage lifecycle

Open sesameImmortals opened this issue 9 years ago • 2 comments

about EAIntroPage you have three attribute, @property (nonatomic,copy) VoidBlock onPageDidLoad; @property (nonatomic,copy) VoidBlock onPageDidAppear; @property (nonatomic,copy) VoidBlock onPageDidDisappear;

But it has limitations. I hope you can provide some other attributes, such as @property (nonatomic,copy) VoidBlock onPageWillAppear; @property (nonatomic,copy) VoidBlock onPageWillDisappear; like UIview life cycle,

Being able to add some other attribute like UIView life cycle, would be appreciated.

Thanks for the consideration.

sesameImmortals avatar May 13 '16 08:05 sesameImmortals

How do i use this??

hardikamal avatar Sep 13 '17 13:09 hardikamal

  1. When onPageWillAppear and onPageWillDisappear should be called?
  2. What is actual need for this number of events? I assume any "init" code for onPageWillAppear can be safely and effectively done in onPageDidLoad. And any "deinit" - in onPageDidDisappear.

ealeksandrov avatar Nov 08 '17 10:11 ealeksandrov