UIScrollView
UIScrollView
先设置约束
在Xcode 11, ScrollView 提供了Content Layout Guide 和 Frame Layout Guide, 默认打开
, 可以在Size Inspector中关闭Content Layout Guides
Content Layout Guide 和 Frame Layout Guide
Frame Layout guide: 需要设置与父视图的约束 position (x, y) and size (width, height)
Content Layout guide: 需要设置内容的大小约束
1. 拖个UIView到UIScrollView中, View到Content Layout gu...
UINavigationController 背景设置
UINavigationController 背景设置
# ios 13 前
self.navigationBar.barTintColor = C_THEME_2;//#2266EF;
self.navigationBar.backgroundColor = C_THEME_2;
self.navigationBar.titleTextAttributes = [NSDictionary dictionaryWithObject:[UIColor whiteColor] forKey:NSForegroundColorAttributeName];
self.navigationBar.tintColor = [UIColor whiteColor];
self.navigatio...
Linux 常用命令
Linux 常用命令
ls
cd
pwd
mkdir
rm
rmdir
mv
touch
cat
nl
more
less
head
tail
locate
find
whereis
which
tar
gzip
chmod
chgrp
chown
df
du
top
free
vmstat
iostat
lsof
ifconfig
ping
traceroute
netstat
ss
telnet
rcp
scp
diff
date
ln
cal
grep
wc
ps
watch
at
kill
killall
crontab
wget
file
cksum, md5sum, sha1sum
ld
read
expr
ldd
alias, unalias
rz, sz
sed
un...
463 post articles, 58 pages.