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

Memory leak on setUpContentViewForTargetIndex: #10

Closed shabib87 closed 8 years ago

shabib87 commented 8 years ago

When a view controllers view is loaded and the user moves to the next menu, and comes back to the first chosen menu, the view controllers view is again added as a subview. Creating unnecessary memory cogs.