iOS 修改 tabbar 图标大小 01

0x00 transform

在点击 tabbar 时,通过修改图片的 transform 属性,来修改图片大小。

遍历 self.tabBar.subviews 来查找 图片。
imageView.transform = CGAffineTransformScale(imageView.transform, 4, 4);

你会发现,根本改不动!

frame 依旧是原来的尺寸,但是 bounds 变了!

放大 4 倍!bounds 就缩小了 4 倍!


相关推荐
Haha_bj40 分钟前
Swift UI数据存储
ios
Zender Han11 小时前
Flutter 新版 Google Sign-In 插件完整解析(含示例讲解)
android·flutter·ios·web
Digitally12 小时前
如何在iPhone上共享日历
ios·iphone
库奇噜啦呼15 小时前
【iOS】多线程学习
macos·ios·cocoa
许泽宇的技术分享15 小时前
用 OpenAI Whisper + pyannote.audio 打造“谁在说什么”的全栈语音理解系统
macos·whisper·xcode
xiAo_Ju16 小时前
iOS一个Fancy UI的Tricky实现
前端·ios
游戏开发爱好者816 小时前
iOS 商店上架全流程解析 从工程准备到审核通过的系统化实践指南
android·macos·ios·小程序·uni-app·cocoa·iphone
QuantumLeap丶19 小时前
《Flutter全栈开发实战指南:从零到高级》- 18 -自定义绘制与画布
android·flutter·ios
玲珑Felone1 天前
flutter 状态管理--InheritedWidget、Provider原理解析
android·flutter·ios
AskHarries1 天前
中国身份证注册美区 Apple Developer 个人账号完整教程
ios·apple