BRYParseKeyboardNotification 1.0.1

BRYParseKeyboardNotification 1.0.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2014年12月

Bryan Irace维护。



  • 作者
  • Bryan Irace

一个用于解析键盘通知中有用部分的功能。

安装

使用

- (void)keyboardWillShow:(NSNotification *)notification {
    BRYParseKeyboardNotification(notification, ^(NSTimeInterval keyboardAnimationDuration, CGFloat keyboardHeight, UIViewAnimationOptions keyboardAnimationOptions) {
        [UIView animateWithDuration:keyboardAnimationDuration delay:0 options:keyboardAnimationOptions animations:^{
            someView.frameHeight -= keyboardHeight;
        }];
    });
}

许可证

MIT 许可下可用:http://bryan.mit-license.org