AnderGoig / SwiftInstagram

Instagram API client written in Swift

Home Page:https://git.io/vdNAn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstagramLoginViewController does not deinit, stays in memory when closed

ryandailey100 opened this issue · comments

When I try to close the InstagramLoginViewController, it stays in memory, which is causing problems for me. Not too sure whats causing this to stay in memory. deinit never gets called inside InstagramLoginViewController. How can this be fixed? Help would be greatly appreciated. Thanks!