当前位置: 首页 > 软件库 > iOS代码库 > 列表(Table) >

iOS 7 Message Table Effect

授权协议 MIT
开发语言 Objective-C
所属分类 iOS代码库、 列表(Table)
软件类型 未知
地区 不详
投 递 者 赫连卓
操作系统 iOS
开源组织
适用人群 未知
 软件概览

实现iOS 7 Message(短信)应用的动态列表效果。上下滑动列表,列表行产生具有弹性(bounce)效果的滑动,类似弹簧一样。并且列表背景还实现了视差动态效果(Parallax)。 [Code4App.com]

  • Managing Selections 管理选择 When users tap a row of a table view, usually something happens as a result. Another table view could slide into place, the row could display a checkmark, or some other action

  • iOS 7 is a major update with compelling features for developers to incorporate into their apps. The user interface has been completely redesigned. In addition, iOS 7 introduces a new animation system

  • iOS开发过程中,各种小问题,小技巧。持续更新...... 返回输入键盘 <UITextFieldDelegate> - (BOOL)textFieldShouldReturn:(UITextField *)textField { [textField resignFirstResponder]; return YES; } CGRect CGRectFromString(<#