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
UIview
AVAudioPlayer播放并实现了后台播放和远程控制
//ViewController.h#import#import@classAVAudioPlayer;@interfacePlayViewController:
UIView
Controller@property
weixin_30865427
·
2020-09-12 17:00
IB_DESIGNABLE 和 IBInspectable 的用法
我们经常会在用一些自定义
UIView
来完成一些特殊的UI效果,但是怎么让我自定义的
UIView
在Storyboard中预览和修改一些自定义参数呢。这就需要用到两个吊吊的东西。
weixin_30642561
·
2020-09-12 17:50
UITableView 的横向滑动实现
UITableView的横向滑动实现概述为了实现横向滑动的控件,可以继承类UIScrollView或类
UIView
自定义可以横向滑动的控件,这里通过UITableView的旋转,实现可以横向滑动的控件。
weixin_30412577
·
2020-09-12 17:09
IOS中
UIView
和
UIView
Controller的区别
这篇文章不是原创,因为觉得写的好,才复制过来保留------------------------------------------------------------------------------
UIView
Controller
weixin_30376163
·
2020-09-12 17:08
UINavigationcontroller 中的顶部topBar遮挡视图
开发中我们经常用到的是UINativigationController+
UIView
Controller有时候会出现其中的
UIView
Controller上面的topBar会遮挡要显示的视图控件。
0 and 1
·
2020-09-12 17:03
ios-develop
iOS13使用presentViewController的问题
原因是因为
UIView
Controller的一个属性modalPresentationStyle/*Definesthepresentationstylethatwillbeusedforthisviewcontrollerwhenitispresentedmodally.Setthispropertyon
培根芝士
·
2020-09-12 17:02
iOS
UIView
Controller的self.view.frame的自定义
Problem:在xib文件中可以通过拉伸view来改变viewcontroller的view的大小,也即是它的frame属性(在storyboard或者xcode5.0以上的xib文件中,需要在attributesinspector的simulatedmetrices一栏把size勾选为freedom)。IB的具体介绍:TheRoleofInterfaceBuilderInterfaceBuil
llingming
·
2020-09-12 17:39
iOS开发
ios11适配
1.iOS11下必须加那两个方法,否则不走表头表尾高度设置方法的-(
UIView
*)tableView:(UITableView*)tableViewviewForFooterInSection:(NSInteger
LaurelYu
·
2020-09-12 17:00
interactivePopGestureRecognizer
self.navigationController.interactivePopGestureRecognizer.enabled=YES;这个api功能就是在NavigationController堆栈内的
UIView
Controller
SenDylan
·
2020-09-12 17:21
iOS开发
如何去除UITableView多余的空Cell
cell的frame,就会显示多余的Cell,很难看,如下图所所示:解决方案:只需要在代码中加一句代码就OK了//不显示多余的空CellyourTableView.tableFooterView=[[
UIView
alloc
沙漠飞鱼
·
2020-09-12 17:48
iOS
AutoLayout学习资料集锦
PureLayout自动布局Masonry自动布局如果硬要用官方的VFL(VisualFormatLanguage)官方的VFLCartographySwift-自动布局SnapKitMasonry的Swift移植版
UIView
-FDCollapsibleConstraintsAutoLayout
Walden_tinghou
·
2020-09-12 17:04
iOS开发
Autolayout
Xcode调试——打印控制器层次结构和视图层次结构
这是一个苹果默默在iOS8中为
UIView
Controller添加的私有辅助方法使用方法:用xcode启动
Walden_tinghou
·
2020-09-12 17:04
Xcode
iOS开发
使用xcode storyboard设置按钮圆角方法
通过storyboard的运行时属性runtimeattribute,可以对Button设置圆角或者边框1.很多人都知道,通常设置一个Button后者其他的
UIView
子类的圆角,需要使用如下的语句self.button.layer.cornerRadius
小犀牛_
·
2020-09-12 17:56
iOS开发
Swift - 适配iOS 11,部分问题
顶部出现留白解决方法:添加以下代码[objc]viewplaincopyfunctableView(_tableView:UITableView,viewForFooterInSectionsection:Int)->
UIView
司小文
·
2020-09-12 17:19
swift-基础
iOS scrollerView 滚动 工具类
protocolEScrollerViewDelegate@optional-(void)EScrollerViewDidClicked:(NSUInteger)index;@end@interfaceEScrollerView:
UIView
想追上的大牛
·
2020-09-12 16:03
iOS
OC 使用UISearchBar 实现简单的搜索界面
1.创建BaseSearchViewController来作为搜索的控制器:#import@interfaceBaseSearchViewController:
UIView
Controller@property
知己子
·
2020-09-12 16:17
UIView
Controller中的edgesForExtendedLayout和extendedLayoutIncludesOpaqueBars属性
今天在用tableView时遇到了一个奇葩问题:不能显示最后一行。在用手势向上拉起时能看到最后一行,但松手之后最后一行就看不到了。(可能没明白我的意思,还是上图比较直接)用手放在屏幕往上拉,能看到最后一行和后面的空行:松手以后,最后“寒”那行就看不见了代码如下-(void)viewDidLoad{[superviewDidLoad];self.mTableView=[[UITableViewall
mzuestc
·
2020-09-12 16:42
适配问题-UIScrollView在系统iOS11.0上操作过程中的适配问题
或者其他的页面显示的问题开发中遇到的视图跳动在开发中经常会遇到UITableView或UIScrollView的显示会跳动,然后网上去查一般都会有一些常规处理方法自动适配UIScrollView的属性在
UIView
Controller
风野烂漫
·
2020-09-12 16:05
技术
给collectionView设置头标题视图:
给collectionView设置头标题视图:self.collectionHeadView=[[
UIView
alloc]initWithFrame:CGRectMake(0,-313,self.view.width
上孟
·
2020-09-12 16:26
UIView
全部API的学习。
/*********
UIView
是iOS系统界面元素的基础,所有的界面元素都是集成自它。它本身完全是由CoreAnimation来实现的。
小怡情ifelse
·
2020-09-12 16:11
iOS百宝箱
dropList下拉框,可微调控制在ScrollView上的位置,通过设置下拉框的X、Y值为ScrollView的偏移量即可
//.h@protocolLJBDropListViewDelegate/**数据源行数*/-(NSInteger)ljbDropListView:(
UIView
*)dropListView;/**数据源内容
告别VVA
·
2020-09-12 16:53
oc
ios TableView那些事(三十 六) 在 Storyboard 中 添加Head的三种方式
第一种是通过代码创建个View添加到.tableHeaderView上.self.tableView.tableHeaderView=[[
UIView
alloc]init];在我不知道第二种的情况下,我一直使用第一种方式或者第三方
不在犯二的IT男
·
2020-09-12 16:20
Ios
tableview
Tableview自定义分组头,分组尾
自定义组头组尾,可以想到需要使用下面的代理方法:-(nullable
UIView
*)tableView:(UITableView*)tableViewviewForHeaderInSection:(NSInteger
MIKE-zi
·
2020-09-12 16:49
tableView基础
swiftUI基础 使用storyboard建立UITableView
UITableView设置代理为ViewController4在ViewController实现代理方法很简单上图viewController.swift文件importUIKitclassViewController:
UIView
Controller
清风飏
·
2020-09-12 16:48
swift
iOS9开发最简单的设置导航栏透明UINavigationBar透明
-(instancetype)initWithRootViewController:(
UIView
Controller*)rootViewControll
中国摩西
·
2020-09-12 16:16
iOS开发
swift 去除tableview 中多余的分割线
swift去除tableview中多余的分割线//去除多余的分割线letview=
UIView
(frame:CGRectZero)self.tableView.tableFooterView=view
火星Boy
·
2020-09-12 16:19
swift
iOS开发动画(Animation)图片360度不停旋转
直接上代码:-(void)startAnimation{[
UIView
beginAnim
huanghuanghbc
·
2020-09-12 16:19
ios
小胖说swift09-------- swift设置MJReflsh
importUIKitclassGalleryListViewController:
UIView
Controller,UICollectionViewDataSource,UICollectionViewDelegateFlowLayout
郝高明
·
2020-09-12 16:36
Swift开发
iOS之scrollView分页无限滚动框架
今天给大家介绍我写的一套框架,可以直接拿来用,分分钟实现一个无限滚动的广告栏,如下图•新创建一个
UIView
类.h文件#import@interfaceGDGInfiniteScrollView:
UIView
iOS鸽子
·
2020-09-12 16:27
iOS开发实用代码
【代码笔记】iOS-scrollerView里多个tableView加搜索框
RootViewController.h#import#import"customCell.h"@interfaceRootViewController:
UIView
Controller{customCell
菜鸟and小白
·
2020-09-12 16:39
iOS-代码笔记
iOS UIAlertView中UIActivityindicatorView风火轮提示加载等待
18729220/uialertview-addsubview-in-ios71、SignInViewController.h#import@interfaceSignInViewController:
UIView
Controller
不知道未来的你多强大
·
2020-09-12 16:38
ios
ios8
UIView
API使用说明
@property(nonatomic,retain)
UIView
*maskViewAvailableiniOS8.0andlater.Theview’salphachanneldetermineshowmuchoftheview
枫叶在北漂
·
2020-09-12 15:11
UI
tableHeaderView中包含ScrollView…
其中headerView对应Xib中的
UIview
,
UIview
中包含scrollview和PageControl。
xak
·
2020-09-12 15:11
Android开发
UINavigationController的基本用法
自身提供了视图切换的动画效果2、父类是
UIView
Controller
UIView
Controller是所有视图控制器的父类也叫基类。
bajueji6879
·
2020-09-12 15:38
利用bounds处理tableView顶部上下滑动
#pragmamark-UIScrollViewDelegate-(void)scrollViewDidScroll:(UIScrollView*)scrollView{static
UIView
*superV
bian3-3-3
·
2020-09-12 15:06
iOS
iOS监听tableView组头切换事件
-(void)tableView:(UITableView*)tableViewwillDisplayHeaderView:(
UIView
*)viewforSection:(NSInteger)section
anna1995
·
2020-09-12 15:27
ios
UIView
全部API解读
/*********
UIView
是iOS系统界面元素的基础,所有的界面元素都是集成自它。它本身完全是由CoreAnimation来实现的。
administrator99999
·
2020-09-12 15:50
Assigning to ‘id’ from incompatible type 'xxxViewController *const __strong'
self.webView.delegate=self;解决办法是在xxxViewController.h文件中加,如下所示@interfaceFeedBackViewController:
UIView
Controlle
虎纠印象
·
2020-09-12 15:43
Object
C
UINavigationController使用简介
UIWindow是继承于
UIView
的,而在界面的呈现中,UIWindow相当于画框,而
UIView
相当于画布。一个画框上可以有多块画布,当然,画布里面也能有多块画布。
_Furion
·
2020-09-12 15:57
iOS学习记录
在Storyboard中为UITableView添加Header和Footer
而是指UITableView的tableHeaderView和tableFooterView,这两个可以跟随tableView滑动的头部和尾部.使用代码添加:首先需要用代码(或者使用xib)创建一个继承自
UIView
Leecsdn77
·
2020-09-12 15:25
iOS
iOS 【automaticallyAdjustsScrollViewInsets 属性介绍】
这是
UIView
Controller的一个属性。
王中尧
·
2020-09-12 15:07
iOS
UIScrollView
iOS遍历打印所有子视图
实现其实实现起来很简单,用递归,我们通过[
UIView
subviews]方法就可以获取一个view的所有子view,对于每一个子view,我们
Cloudox_
·
2020-09-12 15:57
iOS
拾遗iOS之海
iOS
subview
搜索栏UISearchBar的使用
UISearchBar,并解析它的结构3、属性、方法、代理等的一一介绍4、日常的使用,包括单独对UISearchBar的配置、与其他控件的配合使用一、UISearchBar的简介UISearchBar:
UIView
CCCCCC1990
·
2020-09-12 15:52
UIView
Controller中的一个坑
UIView
Controller中有个属性title,还有一个navigationItem。
zhangjie121
·
2020-09-12 15:10
iOS开发
只有 20% 的 iOS 程序员能看懂:详解 intrinsicContentSize 及 约束优先级/content Hugging/content Compression Resistance
注:由于上面这几个概念都是针对
UIView
或其子类(UILabel,UIImag
Sodaslay
·
2020-09-12 15:08
iOSX
Dev
Objective-C
提升效率
IOS7 TableView适配
为了达到全屏效果的app,官方为
UIview
Controller增加了几个属性:1@property(nonatomic,assign)UIRectEdgeedgesForExtendedLayoutNS_AVAILABLE_IOS
yongyinmg
·
2020-09-12 15:37
Ios
(转)automaticallyAdjustsScrollViewInsets(个人认为iOS7中略坑爹的属性)
m.blog.csdn.net/blog/humingtao2013/27662093automaticallyAdjustsScrollViewInsets(个人认为iOS7中略坑爹的属性)@当我们在一个
UIView
Controller
weixin_30764883
·
2020-09-12 15:13
MPMoviePlayerController的使用(这个9.0之后已经废弃了,9.0之后的我会补充,这里只是个人单纯的了解一下)...
MPMoviePlayerController的使用:RecordVideoplayView.h文件:#import#importNS_ASSUME_NONNULL_BEGIN@interfaceRecordVideoplayView:
UIView
weixin_30363509
·
2020-09-12 15:41
UIStoryboardSegue
property(nullable,nonatomic,copy,readonly)NSString*identifier;//源控制器@property(nonatomic,readonly)__kindof
UIView
Controller
ios践行者
·
2020-09-12 15:34
iOS
UI
导航控制器
UITableView 隐藏没有数据线条
[selfhideExcessLine:self.tableView];-(void)hideExcessLine:(UITableView*)tableView{
UIView
*view=[[
UIView
alloc
NBA粉丝啦
·
2020-09-12 15:02
ios
uitableview
上一页
66
67
68
69
70
71
72
73
下一页
按字母分类:
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
其他