资源简介
结合各方资源经由本人整合的一版新闻类APP模板(iOS版)。
主要功能有:1.顶部新闻种类Tab可以动态添加和删除;2.顶部有滚动的广告栏;3.新闻列表可以上下拉刷新;4.提供左侧抽屉菜单。
代码片段和文件信息
//
// ASScroll.m
// ScrollView Source control
//
// Created by Ahmed Salah on 12/14/13.
// Copyright (c) 2013 Ahmed Salah. All rights reserved.
//
#import “ASScroll.h“
@interface ASScroll()
{
float m_screen_wid;
float m_screen_hei;
}
@end
@implementation ASScroll
@synthesize arrOfImages;
- (id)initWithframe:(CGRect)frame
{
self = [super initWithframe:frame];
if (self) {
[self setBackgroundColor:[UIColor clearColor]];
// Initialization code
m_screen_wid = frame.size.width;
m_screen_hei = frame.size.height;
}
return self;
}
-(void)setArrOfImages:(NSMutableArray *)arr{
for (UIView *view in [self subviews])
{
[view removeFromSuperview];
}
didEndAnimate = NO;
arrOfImages = arr;
pageControl = [[U
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-12-22 16:29 qingcheng123 - csdn\
文件 8196 2014-12-22 18:08 qingcheng123 - csdn\.DS_Store
目录 0 2014-12-23 10:22 __MACOSX\
目录 0 2014-12-23 10:22 __MACOSX\qingcheng123 - csdn\
文件 120 2014-12-22 18:08 __MACOSX\qingcheng123 - csdn\._.DS_Store
目录 0 2014-12-23 10:22 qingcheng123 - csdn\.git\
目录 0 2014-10-24 13:30 qingcheng123 - csdn\.git\branches\
文件 15 2014-10-24 13:30 qingcheng123 - csdn\.git\COMMIT_EDITMSG
文件 137 2014-10-24 13:30 qingcheng123 - csdn\.git\config
文件 73 2014-10-24 13:30 qingcheng123 - csdn\.git\desc
文件 23 2014-10-24 13:30 qingcheng123 - csdn\.git\HEAD
目录 0 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\
文件 452 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\applypatch-msg.sample
文件 896 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\commit-msg.sample
文件 189 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\post-update.sample
文件 398 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\pre-applypatch.sample
文件 1642 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\pre-commit.sample
文件 1352 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\pre-push.sample
文件 4951 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\pre-reba
文件 1239 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\prepare-commit-msg.sample
文件 3611 2014-10-24 13:30 qingcheng123 - csdn\.git\hooks\update.sample
文件 16824 2014-12-23 10:09 qingcheng123 - csdn\.git\index
目录 0 2014-10-24 13:30 qingcheng123 - csdn\.git\info\
文件 40 2014-10-24 13:30 qingcheng123 - csdn\.git\info\exclude
目录 0 2014-12-23 10:22 __MACOSX\qingcheng123 - csdn\.git\
目录 0 2014-12-23 10:22 __MACOSX\qingcheng123 - csdn\.git\info\
文件 171 2014-10-24 13:30 __MACOSX\qingcheng123 - csdn\.git\info\._exclude
目录 0 2014-10-24 13:30 qingcheng123 - csdn\.git\logs\
文件 186 2014-10-24 13:30 qingcheng123 - csdn\.git\logs\HEAD
目录 0 2014-10-24 13:30 qingcheng123 - csdn\.git\logs\refs\
目录 0 2014-10-24 13:30 qingcheng123 - csdn\.git\logs\refs\heads\
............此处省略544个文件信息
- 上一篇:FLASH AS3抽奖转盘程序
- 下一篇:数学建模国赛中文论文模板
评论
共有 条评论