当前位置:网站首页>IPhone development swift foundation 09 assets
IPhone development swift foundation 09 assets
2022-07-03 21:58:00 【Happy party】
Assets Set color set on
Using color sets can make the style of applications consistent .
Choose a color
Then use in the code :
Because the color set is iOS11 New features that have just emerged , Therefore, you need to judge the system version when using .
if #available(iOS 11.0, *){
self.view.backgroundColor = UIColor(named: "ForegroundColor")
}
Running results :
Assets Set vector picture on
Development in the past , Because you need to adapt to different sizes of screens , Therefore, image resources often need to prepare three sizes @1x、@2x、@3x. But after introducing vector pictures , There is no need to prepare drawings of three sizes .
stay Assets Click “+” Button , Select import “Import…” Options , Then select the vector image to be imported . Here is a red envelope vector graph , The file format is as follows svg At the end of the .
Remember to check the picture attribute “Preserve Vector Data” Options .
Verification code :
if #available(iOS 11.0, *){
self.view.backgroundColor = UIColor(named: "ForegroundColor")
let imageView = UIImageView(image: UIImage(named: "hongbao"))
imageView.frame = CGRect(x: 0, y: 0, width: 480, height: 560)
view.addSubview(imageView)
}
Running results :
边栏推荐
- No more! Technical team members resign collectively
- Development mode and Prospect of China's IT training industry strategic planning trend report Ⓣ 2022 ~ 2028
- Correlation
- Global and Chinese market of wall mounted kiosks 2022-2028: Research Report on technology, participants, trends, market size and share
- Tkinter Huarong Road 4x4 tutorial III
- Sed、Awk
- Global and Chinese market of wireless hard disk 2022-2028: Research Report on technology, participants, trends, market size and share
- Let me ask you a question. Have you ever used the asynchronous io of Flink SQL to associate dimension tables in MySQL? I set various settings according to the official website
- Station B, dark horse programmer, employee management system, access conflict related (there is an unhandled exception at 0x00007ff633a4c54d (in employee management system.Exe): 0xc0000005: read locat
- Intimacy communication -- [repair relationship] - use communication to heal injuries
猜你喜欢
2022 G3 boiler water treatment registration examination and G3 boiler water treatment examination papers
QFileDialog
技术管理进阶——如何在面试中考察候选人并增大入职概率
No matter how hot the metauniverse is, it cannot be separated from data
Common SQL sets
Control loop of program (while loop)
Collections SQL communes
Exclusive interview with the person in charge of openkruise: to what extent has cloud native application automation developed now?
17 websites for practicing automated testing. I'm sure you'll like them
The latest analysis of crane driver (limited to bridge crane) in 2022 and the test questions and analysis of crane driver (limited to bridge crane)
随机推荐
鹏城杯 WEB_WP
Covariance
Yiwen teaches you how to choose your own NFT trading market
js demo 计算本年度还剩下多少天
Remember the experience of automatically jumping to spinach station when the home page was tampered with
DR-NAS26-Qualcomm-Atheros-AR9582-2T-2R-MIMO-802.11-N-5GHz-high-power-Mini-PCIe-Wi-Fi-Module
Monkey/ auto traverse test, integrate screen recording requirements
Capturing and sorting out external articles -- autoresponder, composer, statistics [III]
Idea shortcut word operation
MySQL - SQL injection problem
Global and Chinese market of recycled yarn 2022-2028: Research Report on technology, participants, trends, market size and share
MySQL -- standardize database design
Supply and demand situation and market scale calculation report of China's portable energy storage power PES industry Ⓛ 2022 ~ 2028
Getting started with DOM
Under the double reduction policy, research travel may become a big winner
MySQL - index
How PHP adds two numbers
Teach you how to install aidlux (1 installation)
MySQL——idea连接MySQL
Rest参考