页码: PAGE 38/ NUMPAGES 38
面试题笔记
注意事项:内存管理、多线程、核心动画、表重用,推送,数据持久化。
前程无忧、智联招聘。
1.编程题 写一个View 从屏幕顶端动画移动到底部
@interface TimingCurveViewController : UIViewController {
IBOutlet UIImageView *basketBall;
}
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
[UIView beginAnimations:@movement context:nil];
[UIView setAnimationCurve:UIViewAnimationCurveEaseIn]; //label id=code.timingcurve.easeIn/
[UIView setAnimationDuration:1.0f];
[UIView setAnimationRepeatCount:3];
[UIView setAnimationRepeatAutoreverses:YES];
CGPoint center = basketBall.center;
if(center.y 85.0f) {
c
您可能关注的文档
最近下载
- ISO 14001:2026《环境管理体系 要求及使用指南》正式版(中文版) .pdf VIP
- 2025年国企纪委换届报告.doc VIP
- 相润投资控股集团有限公司招聘笔试题库2025.pdf
- 血液透析用水处理系统功能介绍.pptx VIP
- 安徽省A10联盟2025-2026学年高一上学期10月学情诊断数学(原卷版).docx VIP
- 管好自己就能飞0.doc VIP
- 2025年四川省眉山市员额检察官遴选考试真题及答案.docx VIP
- (新交际英语2024版)英语二年级上册全册教学设计(新教材).docx
- 22J403-1楼梯栏杆栏板.pptx VIP
- 2025年四川省绵阳市员额检察官遴选考试真题及答案.docx VIP
原创力文档

文档评论(0)