We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
enum SwiftyFitType: Int { /// Original Value case none = 0 /// ~ case flexibleWidth = 1 /// ≈ case forceWidth = 2 /// ∣ case flexibleHeight = 3 /// ∥ case forceHeight = 4 /// ∣=(竖的特殊符号 & 等于号) case flexibleSafeAreaCenterHeight = 5 /// ∥= case forceSafeAreaCenterHeight = 6 /// ∣-(竖的特殊符号 & 减号) case flexibleSafeAreaWithoutTopHeight = 7 /// ∥- case forceSafeAreaWithoutTopHeight = 8 }
建议你直接复制使用,这个是特殊符号来着,是两根竖着的,不是斜的 //,只是在GitHub上显示得跟 // 差不多 😂
//
你也可以按 control + cmd + 空格 调出符号管理工具,把上述单个的符号添加到 个人收藏,方便使用
control + cmd + 空格
个人收藏
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: