shabib87 / SHViewPager

A simple view pager for iOS. Compatible with iOS 8.0 or later.
https://www.codewithshabib.com
MIT License
124 stars 25 forks source link

dealloc issue #4

Open yaozongchao opened 10 years ago

yaozongchao commented 10 years ago

Dear author, sorry to bother you.

I have encountered a dealloc issue during using this excellent library, and will be really appreciate your help.

I use SHViewPager in a container viewController which will be pushed in and poped out , the pager's dataSource contains two blank viewControllers which are just initialized to take the test, then, there is the issue, when i pop out this container viewController, none of the three viewControllers' dealloc method is been called, which i guess can be named a memory leak.

So, can you test the library again and make sure wether there is a dealloc issue.

thank you again.

roshanman commented 9 years ago

hello,

I also have this problem, have you fixed it? I need your help, thank you.

ashishgabani commented 9 years ago

Hello, also i fetch this issue and i find on internet then it shows remove delegate when dealloc but after then textfield delegate method not called.