首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
ios
火柴就是我
创建于2022-11-14
订阅专栏
ios的学习记录
等 1 人订阅
共61篇文章
创建于2022-11-14
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
ios 13 以上present 页面不是全屏的问题
被推入的vc 需要设置这个属性 modalPresentationStyle 代码如下 ======
ios UIImageView 添加点击事件
```js let noDataTalkImg = UIImageView().then { attr in attr.image = UIImage(named: "white_home_npc_t
ios swift 时间处理总结
时间处理方式 慢慢积累 时间处理方式 慢慢积累时间处理方式 慢慢积累时间处理方式 慢慢积累时间处理方式 慢慢积累
ios swift 扩展数值 设置边界
```js // // Number+Ext.swift // BookKeeping // // Created by gy on 2022/12/6. // import Foundation i
ios UITabBarItem 简单使用以及属性设置
```js // // MainController.swift // BookKeeping // // Created by gy on 2022/12/6. // import Foundati
ios 自定义一个水平进度条
ios 自定义一个水平进度条 新的知识点 1 CADisplayLink 可以监听页面的刷新回调,理论上每一秒执行60次 2 CAShapeLayer 可以用来绘制图形
ios 处理十六进制颜色为UIColor
```js import Foundation import UIKit extension UIColor { static func hex(_ val: UInt) -> UIColor { v
SceneDelegate 设置 UIWindow 的方式
SceneDelegate 根据之前的操作,删除了默认的window,所以需要手动生成新的window
ios 新手之设置 启动页 图片
ios 新手之设置 启动页 图片 ios 新手之设置 启动页 图片 ios 新手之设置 启动页 图片
ios 修改app名称
修改app名称 手机上展示的名称修改app名称 手机上展示的名称修改app名称 手机上展示的名称修改app名称 手机上展示的名称
ios 新手之 配置 app图标 icon
1 新建项目 Asseets.xcassets -> AppIcon -> 按照对应的尺寸要求把图片拖进去就可以了(尺寸不一致 运行会报错)
ios 不使用 默认的Main.storyboard
1 取消这里的Main 设置 2 删除info.plist 里面的Main.storyboard的配置
The operation couldn’t be completed. Unable to log in with account '912314742@qq
ios 账号过期 xcode - Preferences - Accounts 重新登陆。账号过期 账号过期
ios 集成flutter 模块
https://blog.csdn.net/kmonarch/article/details/108999476 1 Cannot find "xcodebuild". Xcode 11.0 or g
ios 引用第一个依赖
ios 安装第一个依赖 You may have encountered a bug in the Ruby interpreter or extension libraries.\ Bug repo
ios 之三方库的分类与扩展在项目中引用不到的问题
在 other linker Flags 中增加 -ObjC 还有几个关键字 百度搜索other linker Flags 就可以搜索到
ios 学习之UICollectionView 的属性学习
collectionView.dataSource = self 指定数据源 一般写法 collectionView.delegate = self 设置item的事件处理
ios AppDelegate 与 SceneDelegate 的作用
学习文章: https://www.cnblogs.com/Jamwong/p/12347288.html 作为新手 先知道 ios 12 之前 创建的项目 在AppDelegate创建window
ios UITabBarController 一般使用代码
```js class IndexVController : UITabBarController { override func viewDidLoad() { super.
ios xcode 13 storyboard 学习使用
文章:https://juejin.cn/post/6844903558563758093#heading-1 遇到的问题 1:关联组件id的时候,发现没办法拖动到对应的代码内,找不到环行按钮 点击黄
下一页