w
h
y
?
y
o
u
a
r
e
h
e
r
e
?
123rm -rf /usr/local/Homebrew/Library/Taps/homebrew/homebrew-corebrew update
选中常用的代码
右键
Create Code Snippet
mk
1#pragma mark
tab
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525
...
1234567NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];if ([[UIApplication sharedApplication] canOpenURL:url]) { [[UIApp
...
Windows
Ctrl+Shift+F
mac
command+Shift+F
12345UITextRange *rang = self.searchTF.markedTextRange;if(rang !=nil){ return ;}
1self.tableView.indicatorStyle=UIScrollViewIndicatorStyleWhite;
12345typedef NS_ENUM(NSInteger, UIScrollViewIndicatorStyle) { UIScrollViewIndi
...
123sudo arch -x86_64 gem install ffiarch -x86_64 pod install
加上这一句就好了
1style="?android:attr/borderlessButtonStyle"