1、效果演示:
2、需求分析:
1、创建一个Segmented control,并设置4列,创建若干个表情到view;
2、点击segment上的按钮,对表情进行调整成不同的列展示;
3、功能简单
3、设计过程:
首先利用storyboard添加一个Segmented Control
关键代码:
SAViewController.h- //
- // SAViewController.h
- // Segment
- //
- // Created by yusian on 14-3-27.
- // Copyright (c) 2014年 yusian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SAViewController : UIViewController
- - (IBAction)segmentControl:(UISegmentedControl *)sender;
- @end
复制代码 SAViewController.m源代码下载:游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
参考链接:ios实战开发之图片展示
|