Custom KeyBoard get terminated due to memory pressure in iOS 8
问题 Custom KeyBoard get terminated due to memory pressure in iOS 8 Initially my custom keyboard is taking around 25mb of memory, but this memory is not deallocated with I dissmiss the keyboard. Memory keep on increase when we open custom keyboard again and again and finally terminated due to memory pressure. Help me out with this issue? 回答1: You can dealloc some things in ViewWillDisappear function of KeyboardViewController 回答2: The keyboard extension runs in a process that persists after the