TLStoryCamera
TLStoryCamera copied to clipboard
Memory leak in framework
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!!!