E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
UITabBar
iOS UIImage 调整图片大小避免模糊
因需要对
UITabBar
Item的UIImage的大小进行调整,直接使用UIGraphicsBeginImageContext调整图片大小将会导致图片模糊,原来使用60px大小,后面切换成180px还是模糊
Junzz丶
·
2017-09-18 15:00
50.
UITabBar
Controller,UINavigationController的加载和切换过程
1.
UITabBar
Controller注意:界面在加载过和没被加载过时,切换的调用顺序是不一样的.当切换到没被加载过的页面时,会先调用当前选中页面的willDisappear;而切到的加载过的页面时,
noonez
·
2017-09-14 16:46
iOS自定义
UITabBar
仿今日头条效果
动机关于自定义TabBar,早就有过很多讨论,开源网站上也有很多造好的轮子,多半是纯代码实现有个性的TabBar,当然我们可以很方便的使用它。周末闲着没事干,自己也写了一下,模仿今日头条的TabBar效果,实现方式是Storyboard+代码。效果图实现步骤在Storyborad上搭建项目基础结构在界面上设置每个TabBarItem的相关属性需要自定义的item不需要在界面上设置。自定义UITab
chernyog
·
2017-09-14 11:42
ios控件——UITarBarController的简单使用
UITabBar
Controller是标签控制器,和UINavigationController一样是视图控制器的控制器,是一个容器类。不同的是,标签控制器管理的视图控制器不存在层级关系,而是并列的。
愿一直
·
2017-09-01 10:46
ios
WKWebView 和 UIWebView 的适配问题
加载出来的页面过大,这个时候添加一个属性就可以testWebView.scalesPageToFit=YES;2.我们项目中,h5页面底部的输入框(就像微信输入框一样)是由h5写成的,放在h5页面最底端,但是,由
UITabBar
Controller
lin_transform
·
2017-08-30 10:11
ios开发
Swift +UINavigation+
UITabBar
初次接触swift,写下demo和笔记每一个项目的框架构成,几乎都是UINavigationController+
UITabBar
Controller,那么究竟swift如何搭建起框架。
id_confidence
·
2017-08-29 17:25
[iOS]系统TabBar简单使用
UITabBar
Controller#import"MainViewController.h"#import"HomeViewControlle
枫志应明
·
2017-08-25 17:19
[iOS]学习笔记
ios关于故事版的tabbar自定义
tabbarC.h#import@interfacetabbarC:
UITabBar
[email protected]
#import"tabbarC.h"#import"TabBar.h"#
杨克进
·
2017-08-18 16:49
ios入门/OC
UITabBar
Controller(17-08-08)
////AppDelegate.m//
UITabBar
Controller////Createdbyappleon2017/8/8.
Keiralii
·
2017-08-08 23:25
iOS自定义导航返回按钮:滑动返回上一层时导致程序卡死解决
rootViewController中先不停的在左侧边右滑,做类似滑动返回的操作,多做几次,然后在点击某个Button或cell跳转到下级界面,很多时候在这里会卡住(仅限自定义过导航返回按钮的工程)很多中小型项目UI都是使用
UITabBar
Controller
安安王子
·
2017-08-07 10:11
IOS 学习笔记之基于
UITabBar
Controller 的主流 APP 底部导航栏实现
前言当app中有多个控制器的时候,就需要对这些控制器进行管理,用一个控制器去管理其他多个控制器;如图所示:IOSUIView提供了两个特殊的控制器,UINavigationController和
UITabBar
Controller
技术宅小青年
·
2017-07-31 17:33
IOS 学习笔记之基于
UITabBar
Controller 的主流 APP 底部导航栏实现
前言当app中有多个控制器的时候,就需要对这些控制器进行管理,用一个控制器去管理其他多个控制器;如图所示:IOSUIView提供了两个特殊的控制器,UINavigationController和
UITabBar
Controller
匠心
·
2017-07-31 00:00
ios
objective-c
UITabBar
Controller的selectedIndex不走delegate和kvo
摘要:runtime、kvo、selectedIndex在开发公司的一个项目时,遇到一个说正常也正常,说奇葩也奇葩的需求,需求如下:1、首页tab有好几个其他tab的入口,点击该入口进入指定的tab(比如“秘籍"Tab)2、进入“秘籍”tab需要先登录才能进入使用,2.1、如果用户已经登录,直接进入“秘籍”tab使用相关功能2.2、如果当用户未登录时,是需要先到“秘籍”tab所在页面显示空白提示信
独孤流
·
2017-07-27 14:26
自定义tabbar, 中间凸起, 点击图片放大
常见的三种自定义tabBar效果图12Demo下载地址:ZYCustomTabBar觉得有用的话,请给一个stardemo里面有三种自定义方式实现思路
UITabBar
Item可以看做是一种特殊的button
一叶倾城乱
·
2017-07-27 00:50
自定义
UITabBar
实现传统的框架(一)
这个文章介绍的是一个普遍使用的传统框架,底层是一个
UITabBar
Controller,然后上面是导航控制器UINavigationController。
冲浪小子
·
2017-07-21 14:05
iOS中仿QQ侧滑菜单功能
UITabBar
Controller做QQ侧滑菜单效果:首先要了解
UITabBar
Controller的层级结构:
UITabBar
Controller加载的其它UIViewController的View
shihubok
·
2017-07-20 09:33
IOS开发笔记
NSRunLoopcurrentRunLoop]addTimer:self.timerforMode:NSRunLoopCommonModes];2.屏幕旋转2.1阻止点击要旋转的视图-(BOOL)tabBarController:(
UITabBar
Controller
醉影
·
2017-07-14 14:26
iOS原生
UITabBar
Controller添加视图切换动画
1.创建
UITabBar
Controller-(BOOL)application:(UIApplication*)applicationdidFinishLaunchingWithOptions:(NSDictionary
阿小大人
·
2017-07-12 14:59
自定义动态TabBar
继承
UITabBar
Controller创建YXGTabBarController#import"YXGTabBarController.h"@interfaceYXGTabBarController(
几分心动i
·
2017-07-06 18:32
UITarBarController 结合 UINavigationController + UIViewController
UITabBar
Controller按照文档说明是一个ViewController的容器,UINavigationController也是一个ViewController的容器。
兰雨知
·
2017-07-05 13:01
iOS 模仿QQ侧滑菜单和
UITabBar
拖动动画
最近照着QQ做了一下,实现了一下侧滑菜单、自定义
UITabBar
、拖动TabBar的动画、设置各个页面是否支持旋转、是否隐藏状态栏、状态栏风格,使用swift实现,先看一下效果:具体实现思路是:window
蔡胜波
·
2017-06-30 17:15
iOS
自定义带加号的tabBar
在项目过程中,经常遇到系统原生的
UITabBar
无法满足我们的需求,这时候就难免需要我们自己根据需求去自定义一个tabBar了。
毕华
·
2017-06-28 10:02
iOS
iOS 获取当前View
controller=[[[UIApplicationsharedApplication]keyWindow]rootViewController];if([controllerisKindOfClass:[
UITabBar
Controllerclass
C_calary
·
2017-06-28 10:36
非常详细的 navigationController 的使用
的实现原理:(网上搜索的,大部分都在这,没时间整合提取)UINavigationController默认显示一个根控制器,这个根视图必须指定(前面我们说过UINavigationController和
UITabBar
Controller
FFCoding
·
2017-06-22 20:16
iOS开发
iOS 解决
UITabBar
Item选中图片默认为蓝色的方法
在开发中我们有两张图片,在tabBarItem切换时,他没有和我们切的图片颜色一致,而是默认的显示蓝色,解决该类问题方法。1.第一种方式HomeViewController*homeVC=[[HomeViewControlleralloc]init];homeVC.title=@"主页";UINavigationController*homeNaVC=[[UINavigationControlle
GK_Caesar
·
2017-06-16 18:21
自定义
UITabbar
Controller(含突出按钮)
2.自定义步骤新建一个类继承
UITabBar
Controller,再把每个包含UIViewController的UINavigationControlle
程序媛妹妹
·
2017-06-07 16:34
Xamarin.iOS实现中间凸起圆形TabBar
App进行例子参考之前在讲解完基本的控件的使用后,一直想讲解下Tabbar的使用,刚好有个机会可以结合凸起的圆形TabBar来讲解下TabBar的基本使用过程,首先我们在讲解TabBar之前,我们先介绍下
UITabBar
Controller
Funky_Xamarin
·
2017-06-06 10:26
iOS实战——开发实战过程中的点点滴滴
iOS实战——开发实战过程中的点点滴滴一、获取
UITabBar
Controller选中Item的位置在开发项目中,
UITabBar
Controller下有3个页面,需要对不同的页面进行不同的操作,所以需要知道用户此时在哪个页面上
qq_30379689
·
2017-05-15 19:00
ios
oc
2 添加发布按钮,代理和闭包的使用
思路:遍历
UITabBar
判断所属类importUIKit//代理使用protocolLYTabBarDelegate:NSObjectProtocol{//方法funcdidSelectedComposeButton
rebeccaBull
·
2017-05-13 22:35
iOS点击“我的”,保持登陆状态
在点击“我的”这个tabbarItem时,会调用-(BOOL)tabBarController:(
UITabBar
Controlle
皓皓儿
·
2017-05-09 22:45
iOS
iOS点击“我的”,保持登陆状态
在点击“我的”这个tabbarItem时,会调用-(BOOL)tabBarController:(
UITabBar
Controlle
皓皓儿
·
2017-05-09 22:45
iOS
iOS 中Swift仿微信添加提示小红点功能(无数字)
具体内容详情如下所示:以分类的方式实现代码
UITabBar
+Extenstion.swiftfileprivateletlxfFlag:Int=666extension
UITabBar
{//MARK:-
LinXunFeng
·
2017-05-02 11:10
iOS TabBarItem设置红点(未读消息)
实现原理:其实是自定义一个view,将view添加到
UITabBar
上面,也可以是一个按钮,设置背景图片,和label。
rockyMJ
·
2017-04-10 11:22
IOS开发过程中的消息通知--小红点
实现思路如下:NSArray*tabBarItems=self.navigationController.tabBarController.tabBar.items;
UITabBar
Item*personCenterTabBarItem
cx_wzp
·
2017-04-10 11:22
iOS开发: 自定义tabBar
下面是自定义tabBar的一种效果,如果有错误请留言,我会修改一、目标目标效果目标效果tabBar中间添加一个红色的圆形按钮,并且按钮上所有位置都可以触发点击事件二、实现方式1:自定义标签控制器(继承自
UITabBar
Controller
冰凌天
·
2017-04-09 16:42
纯代码搭建iOS三级结构(
UITabbar
Controller+UINavigationController+UIViewController)
声明:这里所指的三级结构不是网上百度中所经常提及的三级框架或者MVC模式,而是指
UITabbar
Controller+UINavigationController+UIViewController。
ecjtuacm_yuwei
·
2017-04-07 09:52
iOS
RxSwift,Kingfisher,Moya,HandyJSON的结合:APP启动时增加了网络上下载的图片
MainViewController.swift中:importUIKitimportKingfisherimportMoyaimportRxSwiftclassMainViewController:
UITabBar
Controller
hianyu
·
2017-03-28 19:56
总结IOS界面间跳转的几种方法
方式二:选项卡
UITabBar
Controller控制器通过调用
UITabBar
Controller的a
码农_1
·
2017-03-15 16:37
自定义tabbar
效果图:.h----->#importtypedefvoid(^WelfareBlock)(void);@interfaceMyTabbar:
UITabBar
@property(copy,nonatomic
西瓜皮奥特曼
·
2017-03-13 14:02
仿闲鱼自定义Tabbar(纯代码)
TabBardemo下载地址:https://github.com/jiangcr/XianYuTabBarDemo中的图片资源均从闲鱼APP中获取,具体获取方法可参考iOS-获取其他APP的图片资源一、思路1.
UITabBar
Item
MrJ的杂货铺
·
2017-03-09 13:42
Swift iOS :
UITabBar
Controller
类
UITabBar
Controller是一个特殊的UIViewController,它可以包含多个UIViewController,并且在页面底部显示一个Tabbar作为UIViewController
1000copy
·
2017-03-08 00:00
swift
ios
设置NavigationBar和
UITabBar
Item的属性
一:NavigationBar1、设置导航栏颜色self.navigationController.navigationBar.barTintColor=[UIColorwhiteColor];2、设置导航栏子视图的颜色(例如返回按钮颜色)self.navigationController.navigationBar.tintColor=[UIColorwhiteColor];3、设置导航栏背景图
天地一紫罗
·
2017-03-03 10:13
小巴学车有关项目的总结
自定义tabBarController只需要写一个类继承自
uitabbar
controller随后将几个子viewController拿到,再实现两个方法setupChildVC用来设定子viewController
AndroidACM
·
2017-02-20 18:57
iOS方面
ios开发之自定义导航栏
UITabBar
Controller下面常常需要为多个ViewController设置导航栏样式,以下是UINavigationBar添加背景图片(比较常见的方法)仅供参考。
北港的海鸥
·
2017-02-20 17:43
iOS-关于self.title 的大坑
前言今天是情人节,起床起来被朋友圈的狗粮淹死了,没办法谁让咱是单身dog呢,没事撸点代码吧,我都很服我自己.迎面撒来一把狗粮.jpg当你有四个控制器作为
uitabbar
controller的根视图控制器的时候
有毒的程序猿
·
2017-02-14 20:28
Swift - 使用
UITabBar
Controller UINavigationcontroller搭建项目
首先记得在AppDelegate指定rootViewControllerwindow=UIWindow(frame:UIScreen.main.bounds)window?.rootViewController=TabbarController()window?.makeKeyAndVisible()然后在TabbarController里写入下面两个方法并使用就好privatefuncaddCh
天明依旧
·
2017-02-08 10:25
UITabBar
设置选中、未选中状态下title的字体颜色
一、如果只是设置选中状态的字体颜色,使用tintColor 就可以达到效果self.tabBar.tintColor=[UIColorredColor];二、但如果要将未选中状态和选中状态下的颜色都改变,可以使用setTitleTextAttributes:*)#>forState:达到效果[nav.tabBarItemsetTitleTextAttributes:@{NSForegroundCo
a44496913
·
2017-02-07 09:00
字体
颜色
title
tabbar
未选中
ViewController Transition
iOS视图控制器详解视图控制器中的视图显示在屏幕上有两种方式:最主要的方式是内嵌在容器控制器中,比如UINavigationController,
UITabBar
Controller,UISplitController
fengsonglin
·
2017-01-17 08:00
iOS中UITableview错位的问题怎么修复
问题描述:问题1:当一个navigation导航进入到
UITabBar
ControllerTabBar里面有多个页面,页面下有tableView,当我进入Tableview的时候,上面两行table给挡住了
ParadiseMayCry
·
2017-01-16 17:11
UITabBar
Item添加小红点
引言昨天研究过给UIView添加小红点,之后产品提出需求,要给
UITabBar
的
UITabBar
Item添加小,由于原生的小红点只是包含数字的那一种,并不能满足需求,于是只能自己来实现。
农村高富帅
·
2017-01-04 18:13
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他