码迷,mamicode.com
首页 >  
搜索关键字:uitableviewcontroller    ( 196个结果
仿新浪微博IOS客户端(v5.2.8)——搭建项目基本框架
创建WBTabBarController类,让其继承自UITabBarController;依次创建HomeViewController、MessageViewController、DiscoverViewController和ProfileViewController让它们都继承自UITableViewController,在WBTabBarController.m文件中- (void)viewDidLoad {}函数中添加具体实现,代码如下: - (void)viewDidLoad { [sup...
分类:移动开发   时间:2015-05-19 10:47:15    阅读次数:268
iOS programming UITableView and UITableViewController
iOS programming UITableView and UITableViewController A UITableView displays a single column of data with a variable number of rows. UITableView 展示单列数...
分类:移动开发   时间:2015-05-12 11:11:35    阅读次数:163
UITableView 表视图编辑
UITableViewController(表视图控制器)继承自UIViewController,自带一个tableViewself.view不是UIView而是UITableViewdatasource和delegate你默认都是self(UITableViewController)开发过程中只需...
分类:其他好文   时间:2015-05-11 19:55:24    阅读次数:128
iOS开发UI篇—使用UItableview完成一个简单的QQ好友列表(一)
一、项目结构和plist文件二、实现代码1.说明:主控制器直接继承UITableViewController // YYViewController.h// 02-QQ好友列表(基本数据的加载)//// Created by apple on 14-5-31.// Copyright (c)...
分类:移动开发   时间:2015-05-03 18:55:39    阅读次数:176
解决利用MWPhotoBrower跳转时的问题
问题描述: ????在IOS开发过程中进场遇到页面的嵌套,比方说在一个UIViewController下面嵌套三个UITableBViewController,这样在UItableViewController中点击图片或是按钮进行push方式跳转时就会遇到问题,因...
分类:其他好文   时间:2015-05-02 09:56:47    阅读次数:153
使用OC和swift创建系统自带的刷新界面
使用OC和swift创建系统自带的刷新界面一:swift刷新界面代码:import UIKitclass ViewController: UITableViewController { // 用于显示的数据源 var _dataSource:[String] = [] // 加载更多 状态 风火轮....
分类:编程语言   时间:2015-04-28 13:48:23    阅读次数:196
iOS uitableViewCell 选中 push后返回 取消选中状态
首先我有一个UITableViewController,其中每个UITableViewCell点击后都会push另一个 ViewController,每次点击Cell的时候,Cell都会被选中,当从push的ViewController返回的时候选中的Cell便会 自动取消选中。后来由于某些原因我把...
分类:移动开发   时间:2015-04-24 21:02:25    阅读次数:172
使用containerView在UIViewController实现staticCell的使用
今天在做项目在UIViewController中的UItableview使用staticCell,刚在storyboard中的tableView设置完staticCell,就出现 Static table views are only valid when embedded in UITableViewController instances警告。是说staticCell只能在UItablevie...
分类:其他好文   时间:2015-04-21 00:27:11    阅读次数:90
使用OC和swift创建系统自带的刷新界面
使用OC和swift创建系统自带的刷新界面一:swift刷新界面代码:import UIKitclass ViewController: UITableViewController { // 用于显示的数据源 var _dataSource:[String] = [] // 加载更多 状态 风火轮....
分类:编程语言   时间:2015-04-16 21:42:53    阅读次数:152
Warning: Attempt to present A on B whose view is not in the window hierarchy!
UIViewController 显示的主页面 添加了一个scrollView UICollectionViewController 自带collectionView UITableViewController A自带 tableView UITableViewController  B 被present的界面 把collectionView,tableView 添加到scrollView...
分类:Windows程序   时间:2015-04-14 18:10:48    阅读次数:170
196条   上一页 1 ... 12 13 14 15 16 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!