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
UIkit
swift 设置条目抽取
//importFoundationimport
UIKit
importSnapKitclassCommonCell:UIControl{vartitle:String?{didSet{self.t
西部喜之郎
·
2020-09-17 09:12
#
swift
swift 泛型列表 公共列表
//importFoundationimport
UIKit
classCommonListCell:UITableViewCell{va
西部喜之郎
·
2020-09-17 09:12
#
swift
swift 详情页面,和自定义tab按钮
//import
UIKit
importSnapKitimportKingfisherclassDetailViewController:BaseViewController{var
西部喜之郎
·
2020-09-17 09:12
#
swift
swift 轮播图
//importFoundationimport
UIKit
importSnapKitprotocolBannerViewDataSource:AnyObject{f
西部喜之郎
·
2020-09-17 09:11
#
swift
swift some 不透明类型 不规则图形
//import
UIKit
varstr="Hello,play
西部喜之郎
·
2020-09-17 09:40
#
swift
swift 实现一个高效线程安全的Array
先来一个不安全的版本//:FROMhttps://www.anuomob.comimport
UIKit
importPlaygroundSupport//不希望主线程执行完毕就结束PlaygroundPage.current.needsIndefiniteExecution
西部喜之郎
·
2020-09-17 09:39
#
swift
swift 多线程GCD 高级方法 DispatchGroup
DispatchGroupenter和leave是要成对出现的//:FROMhttps://www.anuomob.comimport
UIKit
importPlaygroundSupport//不希望主线程执行完毕就结束
西部喜之郎
·
2020-09-17 09:38
#
swift
swift GCD 基本操作
提交任务到当前队列里,并且直到任务完成,当前队列才会返回GCD-async调度一个任务区立即执行但是不用等任务完成就会直接返回code//:FROMhttps://www.anuomob.comimport
UIKit
importPlaygroundSupport
西部喜之郎
·
2020-09-17 09:38
#
swift
swift泛型下标
//:FROMhttps://www.anuomob.comimport
UIKit
protocolContainer{associatedtypeItemmutatingfuncappend(_item
西部喜之郎
·
2020-09-17 09:07
#
swift
swift 泛型中的where 比较两个数组是否相等
//:FROMhttps://www.anuomob.comimport
UIKit
protocolContainer{associatedtypeItemmutatingfuncappend(_item
西部喜之郎
·
2020-09-17 09:07
#
swift
反初始化函数
//:Playground-noun:aplacewherepeoplecanplayimport
UIKit
//这里是一个反初始化函数操作的例子。
wa1065908163
·
2020-09-17 00:19
Swift
反初始化函数
Swift
preferredFontForTextStyle中各个字体大小备忘
目前有的preferredFontForTextStyle各个字体输出设置系统字体大小的方法:设置-》辅助功能-》显示与文字大小-》更大字体-》打开“更大的辅助功能字体”,调整大小//
UIKIT
_EXTERNUIFontTextStyleconstUIFontTextStyleLargeTitleAPI_AVAILABLE
琪花亿草
·
2020-09-16 20:22
ios
ios
02-Popover代码实现
Popover代码实现这一小节我们主要通过代码来实现popover跳转来学习popover更多的一些常用属性效果预览ViewController.swiftimport
UIKit
classViewController
坤小
·
2020-09-16 16:28
富文本拼接封装,包含空值处理。
NSAttributedString+AtrtributeText.h文件#import@import
UIKit
;@interfaceNSAttributedString(AtrtributeText)
忆江南的博客
·
2020-09-16 13:28
IOS开发学习点滴
iOS 开源项目(一)
pod上面直接搜名字就好系统基础库sstoolkit一套Category类型的库,附带很多自定义控件功能不错~BlocksKit将Block风格带入
UIKit
和Founcationcocoa-helpers
Andyjicw
·
2020-09-16 09:21
iOS
移动开发
IOS开发学习笔记(一)
核心服务层(CoreServices)—>媒体层(Media)—>可触摸层(CocoaTouch);主要面对CocoaTouch层;很多技术都是基于OC,底层很多框架是C开发的;CocoaTouch层中的
UIKit
南山伐木
·
2020-09-16 04:52
iOS
ios
ios开发
学习笔记
编程入门
SwiftUI从入门到实战第2章第1节:Picker
参考资料:http://hdjc8.com/hdjc/swiftUI/Picker相当于
UIKit
中的UIPickerView,用于实现若干项目的选择。
李发展
·
2020-09-16 02:52
iOS移动开发
手势简单应用
IBDesignable使View可以在storyBoard中实时预览@IBInspectable使属性可以在storyBoard中设置HappinessViewController.swiftimport
UIKit
publicclassHappinessViewController
dipojiao0712
·
2020-09-16 02:01
swift
UIRefreshControl
UIKit
(SwiftUI 中文文档手册)
UIRefreshControl一个标准控件,可以启动刷新滚动视图的内容。classUIRefreshControl:UIControl总览一个标准的控制,你连接到任何对象,包括表视图和收集意见。将此控件添加到可滚动视图中,可为您的用户提供一种刷新其内容的标准方法。当用户向下拖动可滚动内容区域的顶部时,滚动视图将显示刷新控件,开始为其进度指示器设置动画,并通知您的应用。您可以使用该通知来更新您的内
知识大胖
·
2020-09-16 01:26
SwiftUI
中文文档与手册
关于UITableView的一个崩溃现象分析
***Assertionfailurein-[UITableView_endCellAnimationsWithContext:],/SourceCache/
UIKit
_Sim/
UIKit
-3318.16.14
Czqiang1992
·
2020-09-15 18:13
程序开发
Swift-自定义UITabBarController原理实现
下面这段代码是我自定义UITabBarController时的实现方法1.创建MyTabBarController继承自UITabBarControllerimport
UIKit
classMyTabBarController
京津追梦人
·
2020-09-15 06:09
Swift
你真懂 Flutter SDK? 你真以为 Flutter 是【真】跨平台开发吗?初学者对 Flutter 的误解
了解FlutterFlutter只是一个UI框架,和iOS中的
UIKit
一个级别的,惟一不同的是跨平台性。
Harvey66
·
2020-09-15 03:24
Flutter
&
Dart
Flutter
Flutter
跨平台
Dart
Flutter
误解
UI
跨平台
iOS 百分比圆环曲线swift4.0实现
import
UIKit
classXZCircleView:UIView{letbackGroundLayer=CAShapeLayer.init()///背景白色细曲线letprogressLayer=
weixin_34122810
·
2020-09-14 23:59
ios swift 实现饼状图进度条,swift环形进度条
//import
UIKit
classProgressControl:UIView{overrideinit(frame:C
weixin_34101229
·
2020-09-14 23:58
swift
手势密码demo--swift4.0
//import
UIKit
/**圆的状态*/enumXCTheCircleViewState:Int{caseXCTh
koocui
·
2020-09-14 22:07
手势密码
iOS理财类圆形比例图-Swift4.0
//import
UIKit
privateletKEYNSeenW=
koocui
·
2020-09-14 22:07
比例图
比例图
swift4.0比例图
圆形下载进度条-swift4.0
//import
UIKit
funcdegreesToRadians(x:CGFloat)->CGFloat{returnCGFloat(double_t.pi)*(x)
koocui
·
2020-09-14 21:56
圆形下载进度条
Swift UI学习之UITableView and protocol use
UserInfoCell.swiftControllers:RootViewController.swift,DetailViewController.swiftAppDelegate.swift:import
UIKit
标哥-iOS攻城狮
·
2020-09-14 21:14
Swift开发语言学习
swift 自动布局 SnapKit
//import
UIKit
importSnapKitclassViewController:UIViewController{overridefun
西部喜之郎
·
2020-09-14 17:33
#
swift
siwft 开发快捷操作 扩展颜色操作类,16进制数字直接转换成对应的RGB。直接操作颜色
//importFoundationimport
UIKit
extensionUIColor{staticfunchexColor(_hexValue:Int,alpahValue:Floa
西部喜之郎
·
2020-09-14 17:02
#
swift
iOS 苹果登录 Sign in with apple Swift
iOS苹果登录SigninwithappleSwift话不多说,直接看功能类,解释代码里有import
UIKit
importAuthenticationServices@available(iOS13.0
w547213643
·
2020-09-14 15:36
sign
in
with
apple
ios
swift
iOS/swift之打开系统相册、系统相机、系统相机拍照、录像
/**打开相册或相机*/import
UIKit
importAVFoundationimportPhotosimportMobileCoreServicesclassLYBOpenAblumOrCameraVC
liyubao160
·
2020-09-14 15:11
iOS
/swift
Photos的一些系统API(附上一个特别好用的照片选择器---swift版本)
照片选择器地址:https://github.com/GaoQianpu/QPPhotoPickerDemo照片选择器使用:import
UIKit
importPhotos/*如果需要适配iOS10,请在
辰丶枫
·
2020-09-14 15:06
iOS
Swift 几个简单控件及上传系统相册照片
import
UIKit
classViewController:UIViewController,UITextFieldDelegate,UIImagePickerControllerDelegate,UINavigationControllerDelegate
Meson_
·
2020-09-14 14:53
AsyncDispalyKit reloadData刷新列表闪屏问题分析及解决方案
所以文本和布局的计算、渲染、解码、绘制都可以通过各种方式异步执行,但
UIKit
和CoreAnimation相关操作必需在主线程进行。
W__Q
·
2020-09-14 14:55
ASDK
iOS面试题(每日一更)2020.8.10
UIApplication、UIWindow、UIView所有继承自UIView的
UIKit
类等都直接或间接地继承UIResponder。
Lucky_JimSir
·
2020-09-14 14:08
iOS
ios
面试
点击UITextField弹出UIDatePicker(时间选择器)
功能的样子长这样:下面是代码:import
UIKit
classTextFieldDatePickerViewController:UIViewControlle
Solar_Terry
·
2020-09-14 13:42
swift
一些非常重要的iOS苹果官方文档地址列表
UI控件及事件类:
UIKit
FrameworkReferenceViewProgrammingGuideforiOSViewControllersScrollViewProgrammingGuideforiOSText
胖次在哪里
·
2020-09-14 02:48
iPhone
SwiftUI官方教程解读
并且我们可以通过状态变量来进行数据绑定实现一次性布局;Xcode11内建了直观的新设计工具canvus,在整个开发过程中,预览可视化与代码可编辑性能同时支持并交互,让我们可以体验到代码和布局同步的乐趣;同时支持和
UIkit
weixin_42679753
·
2020-09-14 02:08
job
对比学习
UIKit
和AppKit--入门级
UIKit
是用来开发iOS的应用的,AppKit是用来开发Mac应用的,在使用过程中他们很相似,可是又有很多不同之处,通过对比分析它们的几个核心对象,可以避免混淆。
weixin_34072637
·
2020-09-14 02:46
移动开发
xcode
对比学习
UIKit
和AppKit -- ViewController
在iOS中ViewController的基类是UIViewController;Mac中ViewController的基类是NSViewController。Mac中ViewController父类是NSViewController,子类很少,笔者就查到了NSPageController。如果应用中需要,可以Customize。iOS中有好多个ViewController,在Ref2中有介绍,其父
weixin_34092370
·
2020-09-14 02:46
Swift - 使用AVKit播放本地视频,在线视频(AVPlayerViewController)
123456789101112131415161718192021222324252627import
UIKit
importAVKitimportAVFoundationclassViewController
swift_vip
·
2020-09-14 02:47
基础使用
iOS开发 --- 推送 SDK: Main Thread Checker: UI API called on a background thread
Xcode升级到Xcode9后,集成时若提示下述错误:MainThreadChecker:UIAPIcalledonabackgroundthread请检查工程中,是否在后台线程(非主线程)调用AppKit、
UIKit
iOS开发-上海
·
2020-09-14 02:57
iOS
调试
iOS
第三方库/工具
UIToolbar
UIKit
(SwiftUI
UIKit
中文文档手册)
UIToolbar一种控件,它在界面的底部边缘显示一个或多个按钮。classUIToolbar:UIView总览要创建工具栏项,请使用类。要将工具栏项添加到工具栏,请使用方法。UIBarButtonItemsetItems(_:animated:)表示项目的正常状态和突出显示状态的工具栏图像来自您使用类的继承image属性设置的图像。图像用工具栏的着色。UIBarItemtintColor如果您需
知识大胖
·
2020-09-14 02:13
UIKit中文手册与教程
SwiftUI
中文文档与手册
iOS SwiftUI App基础框架和组件
icloudend,《SwiftUI教程与源码》AppFrameworksAppKitBundleResourcesFoundationSwiftSwiftUITVMLTVMLKitTVMLKitJSTV
UIKit
UIK
知识大胖
·
2020-09-14 02:40
什么是Objective-C,Xcode,IB,Cocoa,Foundation,
UIKit
,AppKit
Cocoa/CocoaTouch类比于微软的类库,Cocoa用于Mac,CocoaTouch用于iphone/ipad/itouchFoundation类比于微软的核心类库,比如Win32API/STL等
UIKit
Donhao
·
2020-09-14 02:41
iOS
UIKit
, AppKit, 以及其他API在多线程当中的使用注意事项
UIKit
,AppKit,以及其他API在多线程当中的使用注意事项OverviewTheMainThreadCheckerisastandalonetoolforSwiftandClanguagesthatdetectsinvalidusageofAppKit
baigao66238598
·
2020-09-14 01:13
ui
xcode
swift
iphone开发之私有库private frameworks
iphone-private-frameworksHeadersforprivateframeworksorundocumentedinterfacesofiPhoneOS3.xorbefore(4.xisnotsupportedyet).classdump出来的头文件,包含apple没有开放的json库,SpringBoard,
UIKit
ArthurChen
·
2020-09-14 01:28
iOS
从
UIKit
到 AppKit
Mac不仅是一个强大的生产平台,也十分值得你为其开发一些东西。去年我们开始构建我们的第一款Mac应用,成功为我们日常工作所在的平台开发点东西是一次十分美好的体验。但是,和为iOS系统开发应用相比,在我们了解Mac特性的过程中也遇到了一些困难。这篇文章总结了我们从这一过渡中得到的经验,希望能启发你们去开发自己的第一个Mac应用。在这篇文章中,我们假定OSXYosemite为我们默认使用的系统。今年,
鬼蟹
·
2020-09-14 01:17
Mac开发
苹果中文文档大全
下面是写作计划AppFrameworksSwiftUI
UIKit
AppKitFoundation[Swift][BundleResources][TVML][TVMLKit][TVMLKitJS][TV
UIKit
知识大胖
·
2020-09-14 01:36
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他