Skip to content

Warnings since Xcode 6.4 #148

@Tweak81

Description

@Tweak81

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?

bildschirmfoto 2015-04-21 um 10 39 45

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions