peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

UIKeyboardEnableAutomaticAppearance() #303

Closed moeseth closed 8 years ago

moeseth commented 13 years ago

when i tried to compile, i got not found error for that.

Anything i should add before compiling?

kylehowells commented 13 years ago

Add this to the top of the file that uses UIKeyboardAutomaticAppearance();

extern "C" void UIKeyboardEnableAutomaticAppearance();