码迷,mamicode.com
首页 >  
搜索关键字:uinavigationcontroll    ( 28个结果
UINavigationControll & UITabbarViewController
1.设置全局导航backButton标题为nil [[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(NSIntegerMin, NSIntegerMin) forBarMetrics:UIB ...
分类:其他好文   时间:2016-03-31 14:44:22    阅读次数:181
swift详解之二十二-----------UINavigationController的基本用法和页面传值几种方式
UINavigatioUInController的基本用法和页面传值几种方式本文介绍UINavigationController基本用法,因为涉及多页面顺便介绍页面传值1、手写代码创建UINavigationController手写方式创建很简单 , 首先创建一个项目 , 默认是从storyboard 加载的。这时候首先去掉默认加载方式 。 然后在AppDelegate.swift 的didFini...
分类:编程语言   时间:2015-09-03 20:29:49    阅读次数:284
关于UINavigationController跳转的问题
使用UINavigationController做app导航时,一般会用push && pop进行视图切换: 当点击按钮进入某个新视图时,一般使用pushViewController,只有UINavigationController及其子类才拥有该方法。 当返回视图时,一般有3种方法(可能返回多层视图): 1.popViewController,返回上一层视图控制器。 2.popToRoo...
分类:其他好文   时间:2015-07-10 19:09:11    阅读次数:171
天气预报---网络加载最新天气信息,截取JSON文件
仿普通的手机上的天气预报功能,从网络上截取JSON文件 实现的效果图如下: 具体代码如下: FirstViewController.m文件 #import "FirstViewController.h" #import "JRViewController.h" #import "CityModel.h" ...
分类:Web程序   时间:2015-06-15 22:15:00    阅读次数:175
iOS8 自定义navigationbar 以及 UIBarButtonItem 边距问题
一。自定义navigationbar   - (void)initNavigationBar{ [self.navigationController setNavigationBarHidden:YES]; UINavigationBar *bar = [[UINavigationBar alloc] initWithFrame:CGRectMake(0, ...
分类:移动开发   时间:2015-06-10 08:58:53    阅读次数:229
iOS 自定义push转场动画
在需要使用的控制器中添加#import "BSYAnimator.h"和#import "BSYTransitionAnimator.h"两个头文件: @property(nonatomic,strong)BSYAnimator Animator;@property(nonatomic,strong)BSYTransitionAnimator *TransitionAnimator;///遵循代...
分类:移动开发   时间:2015-05-26 21:30:54    阅读次数:417
仿新浪微博IOS客户端(v5.2.8)——设置导航栏外观
仿新浪微博IOS客户端,设置导航栏外观。 在Xcode6下添加.pch文件。...
分类:移动开发   时间:2015-05-20 00:34:40    阅读次数:242
UITabBar和UINavigation组合使用与自定义样式
UITabBarController和UINavigationController组合使用与自定义样式源代码github地址:https://github.com/zcsoft/ZCTabNav环境版本:mac 10.10 / ios7+ / xcode 6.3大部分APP的界面框架都需要UITabBarController和UINavigationController组合使用,自己的很多项目也都...
分类:其他好文   时间:2015-05-11 18:06:16    阅读次数:260
UINavigationController的navigationBar的常用设置(按钮,标题,颜色)
UINavigationController的navigationBar的常用设置(按钮,标题,颜色)...
分类:其他好文   时间:2015-05-11 17:57:04    阅读次数:167
UIWindow不使用代理如何实现根控制器的跳转(页面跳转的实现)
UIWindow不使用代理如何实现根控制器的跳转(页面跳转的实现)...
分类:Windows程序   时间:2015-04-30 12:39:49    阅读次数:233
28条   1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!