HomePageProj:新浪微博个人主页结构

时间:2024-05-29 01:03:27
【文件属性】:

文件名称:HomePageProj:新浪微博个人主页结构

文件大小:2.48MB

文件格式:ZIP

更新时间:2024-05-29 01:03:27

Objective-C

HomePageProj 模仿新浪微博的个人主页,用ViewController而不是tableView。这样的的组织结构就像Android的Fragment,各自item项里的数据在各自的Contoller里处理。 添加了导航模糊渐变处理,用改的,它和tableView耦合了,改了改独立成了UIView,使用简单方便,效果也不错! //使用: BlurredView* blurredView = [[BlurredView alloc]initWithFrame:CGRectMake(0, 0, 100,100)]; [blurredView setBackgroundImage:backImg]; [self.view addSubview:blurredView]; //然后在 scrollViewDidScroll:方法中调用如下方法 [bl


【文件预览】:
HomePageProj-master
----README.md(1KB)
----HomePageProj.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----HomePageProj()
--------backImg.JPG(206KB)
--------ThreeTableViewController.m(1KB)
--------AppDelegate.h(283B)
--------HomePageViewController.h(235B)
--------TwoTableViewController.m(1KB)
--------ViewController.h(221B)
--------ThreeTableViewController.h(258B)
--------HomePageViewController.m(7KB)
--------BaseTableViewController.m(937B)
--------UIImage+BoxBlur.h(682B)
--------headImg.JPG(39KB)
--------BaseTableViewController.h(857B)
--------OneTableViewController.m(1KB)
--------main.m(340B)
--------Images.xcassets()
--------Info.plist(1KB)
--------TwoTableViewController.h(254B)
--------UIImage+BoxBlur.m(6KB)
--------AppDelegate.m(2KB)
--------OneTableViewController.h(254B)
--------BlurredView.h(724B)
--------BlurredView.m(8KB)
--------ViewController.m(1KB)
----simple2.gif(1.57MB)
----simple.gif(724KB)
----HomePageProjTests()
--------HomePageProjTests.m(880B)
--------Info.plist(720B)

网友评论