Please enable JavaScript.
Coggle requires JavaScript to display documents.
iOS13设计规范 (2.0-App Architecture架构 (2.5-Navigation导航 (Flat Navigation扁平导航,…
iOS13设计规范
-
-
3.0-User Interaction用户交互
3.0-User Interaction用户交互
-
-
3.9-Gestures手势
-
Standard Gestures
-
拖拽:让一个元素从一边移动到另一边,或者在屏幕内拖动元素(Drag. Moves an element from side-to-side or drags an element across the screen.)
-
-
双击:放大并居中内容或图片,或者缩小已放大过的(Double tap. Zooms in and centers content or an image, or zooms out if already zoomed in.)
捏合:向外张开时放大,向内捏合时缩小(Pinch. Zooms in when pinching outward, zooms out when pinching inward.)
-
-
-
-
-
-
-
-
-
-
-
-
-
5.0-Visual Design视觉设计
5.0-Visual Design视觉设计
-
-
-
-
5.5-Dark Mode
-
Dark Mode Colors
-
-
-
-
-
Image, Icon, and Symbol Color
-
-
-
-
-
-
-
5.9-Typography排版
Typography
San Francisco (SF)
SF Pro is the system font in iOS, macOS, and tvOS
-
-
-
-
SF Mono等距的For example, Xcode and Swift Playgrounds use SF Mono by default.
-
-
-
-
5.10-Video
Video
Full-screen (aspect-fill) viewing mode-This is the default viewing mode for wide video (2:1 through 2.40:1)
Fit-to-screen (aspect) viewing mode-This is the default viewing mode for standard video (4:3, 16:9, and anything up to 2:1) and ultra-wide video (anything above 2.40:1)
-
-
-
-
-
-
8.0-Views
8.0-Views
-
-
-
-
-
8.3-Alerts
-
-
Alerts
Alerts convey important information related to the state of your app or the device, and often request feedback.
-
-
-
8.2-Activity Views
An activity is a task, such as Copy, Favorite, or Find, that’s useful in the current context。Use activities to give people access to custom services or tasks your app can perform.
为你的自定义事件设计一个简单的图像模版
-
Use black and white with appropriate transparency and antialiasing, and don’t include a drop shadow
-
-
-
-
-
8.1-Action Sheets动作菜单
An action sheet is a specific style of alert that appears in response to a control or action, and presents a set of two or more choices related to the current context
-
-
-
-
-
9.0-Controls
9.0-Controls
-
-
-
-
-
-
9.11-Steppers分档器
-
如果可能会有大的价值变化,请不要使用步进器
分档器可以很好地进行一些需要轻敲的小改动。例如,在打印屏幕上,使用分档器设置拷贝数是有意义的,因为人们很少改变这个设置太多。另一方面,使用分档器选择页面范围是没有意义的,因为即使是一个合理的页面范围也需要大量的点击。
-
-
-
-
-
-
-
-
-