-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Description
Hello,
i used your AMSLideMenu before Xcode 6.4 was relaesed, without any warning.
Since Xcode 6.4 i become multiple warnings. Can i fix them self or must i wait for an update with "pod update"?
Warning in: if (abs(translation.x) > kPanMinTranslationX && translation.x < 0)
{
[self openRightMenu];
}
Fix: if (fabs(translation.x) > kPanMinTranslationX && translation.x < 0)
{
[self openRightMenu];
}
is that correct?
Metadata
Metadata
Assignees
Labels
No labels
