You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you dismiss a TLStoryViewController, but all the other views still remain in memory, you can check the memory graph in xcode.
I also found a solution all you need to do is just add weak with TLStoryDoodleViewDelegate in TLStoryDoodleView class
BTW thank you for the library!!!
The text was updated successfully, but these errors were encountered:
If you dismiss a TLStoryViewController, but all the other views still remain in memory, you can check the memory graph in xcode.
I also found a solution all you need to do is just add weak with TLStoryDoodleViewDelegate in TLStoryDoodleView class
BTW thank you for the library!!!
The text was updated successfully, but these errors were encountered: