@jjdddn1
Issue Detail:
Two viewController are currently using InputToolBar, one is Chat, one is CommentPinDetail.
When I frequently tapped at comment marker and then dismissed it, maybe after 5 times, the mapView dragging became very very slow.
Some things happened in Chat.
But, after I disabled the loading of InputToolBar, everything goes fine.
Probable Solution (Just some thoughts):
Do memory clear for InputToolBar after dismissing the viewController that uses InputToolBar
Don't load the pictures in InputToolBar, which consumes too much memory and loading time.
Add disable switch for turning on the functions of FAEInputToolBar.
@jjdddn1 Issue Detail: Two viewController are currently using InputToolBar, one is Chat, one is CommentPinDetail. When I frequently tapped at comment marker and then dismissed it, maybe after 5 times, the mapView dragging became very very slow. Some things happened in Chat. But, after I disabled the loading of InputToolBar, everything goes fine.
Probable Solution (Just some thoughts):