ios设计登录功能

On June 22, 2020 Apple previewed iOS 14 for the first time. As always there are quite some changes you should know about as a product designer like widgets, pickers, app clips, permissions and more.

2020年6月22日,Apple首次预览iOS 14。 与往常一样,作为产品设计师,您应该了解很多更改,例如小部件,选择器,应用程序剪辑,权限等等。

Let’s start with widgets…

让我们从小部件开始……

小部件 (Widgets)

Widgets have been a part of iOS for a few years now, but they have always been hidden in Today View. With iOS they will become more easily accessible via the home screen.

小部件已经成为iOS的一部分,但是它们始终隐藏在Today视图中。 使用iOS,可以更轻松地通过主屏幕进行访问。

You can add widgets when in edit mode, for most widgets you can choose between 3 sizes. Small, Medium and Large.

您可以在编辑模式下添加小部件,对于大多数小部件,您可以在3种尺寸之间进行选择。 小,中和大。

Examples of all widget sizes
所有小部件尺寸的示例

WDeveloper guidelines

W 开发人员指南

You can choose what size you want depending on the content you want to display (or support them all). The user can select the size when adding a widget to their home screen. They can also add multiple copies of it with different sizes or settings. For the weather widget you can, for example, select your current location or a fixed location.

您可以根据要显示的内容选择所需的大小(或全部支持)。 用户可以在向其主屏幕添加小部件时选择大小。 他们还可以添加具有不同大小或设置的多个副本。 例如,对于天气小部件,您可以选择您的当前位置或固定位置。

Adding a widget to the home screen
将小部件添加到主屏幕

Make sure you show relevant and up to date information, to provide the user with glanceable info without having to open the app. Tapping on it will open your app and you can redirect the user to a relevant place to find more information.

确保显示相关的最新信息,以向用户提供无需浏览应用程序即可浏览的信息。 轻按它会打开您的应用,您可以将用户重定向到相关位置以找到更多信息。

All widgets are created with Swift UI, so even if you don’t have any coding knowledge you can visually create and edit a widget in Xcode.

所有小部件都是使用Swift UI创建的,因此,即使您没有任何编码知识,也可以在Xcode中直观地创建和编辑小部件。

Check out my Widget template in Figma:

看看我在Figma中的Widget模板:

日期选择器 (Date picker)

The date picker has largely stayed the same since the very first version of iPhone OS. With iOS 14 it gets a new visual style and interaction to make it faster to enter time and dates.

自iPhone OS的第一个版本以来,日期选择器基本上保持不变。 有了iOS 14,它有了新的视觉风格和互动功能,可以更快地输入时间和日期。

The date picker has 4 different modes: countdown, time, date and date & time.

日期选择器有4种不同的模式:倒数,时间,日期以及日期和时间。

Examples of the new date picker styles
新日期选择器样式的示例

The date picker has added a calendar view to easily switch between months and years. The time picker now uses keyboard input, whereas previously you had to scroll to get to the right time.

日期选择器添加了日历视图,可轻松在月份和年份之间切换。 现在,时间选择器使用键盘输入,而以前您必须滚动才能找到正确的时间。

颜色很好 (Color well)

The color well is a new type of input, a color picker (UIColorWell). When opening the color well you have the option to switch between grid, spectrum and sliders. You can also change the opacity and switch between color spaces (Display P3 and sRGB). At the top right you have an eye picker where can select a color from anywhere on the screen.

颜色井是一种新型的输入,即颜色选择器(UIColorWell)。 打开颜色良好时,您可以选择在网格,光谱和滑块之间切换。 您还可以更改不透明度并在色彩空间之间切换(显示P3和sRGB)。 在右上角有一个拾眼器,可以在屏幕上的任意位置选择一种颜色。

You also save colors to use them later on in any other app.

您还可以保存颜色,以便以后在其他任何应用程序中使用它们。

New color picker in iOS 14
iOS 14中的新颜色选择器

As a developer you can add a few proper to UIColorWell:

作为开发人员,您可以向UIColorWell添加一些适当的属性:

  • Add a title (this will appear on top of the sheet)添加标题(将显示在工作表顶部)
  • Set a selected color (if you want a preselected default color)设置选定的颜色(如果您需要预选的默认颜色)
  • Enable/disable alpha support (the alpha slider will not be visible when disabled)启用/禁用Alpha支持(禁用时Alpha滑块不可见)

应用剪辑 (App Clips)

App Clips are a new kind of way to let users interact with your app. You can see it as a small sampler they can user before downloading your app.

应用程序剪辑是一种让用户与您的应用程序交互的新方式。 您可以将其视为他们可以下载的小型采样器,然后再下载您的应用。

These app clips can be launched in different ways: scanning an NFC tag or visual code, location-based Siri suggestion, Maps app, Smart App Banners on the web or links shared via Messages.

这些应用程序剪辑可以通过不同的方式启动:扫描NFC标签或可视代码,基于位置的Siri建议,“地图”应用程序,网络上的“智能应用程序横幅”或通过消息共享的链接。

Some of Apple’s suggestions for App Clips:

苹果公司对App Clip的一些建议:

Scan an NFC tag to rent a bike, Scan a visual code in a museum to launch an AR content or audio commentary, scan a code on your table to pay at a restaurant.

扫描NFC标签以租用自行车,扫描博物馆中的可视代码以启动AR内容或音频评论,扫描桌上的代码以在餐厅付款。

Visual from Apple’s developer website
来自Apple开发人员网站的视觉

Things to keep in mind when designing an App Clip:

设计应用程序剪辑时要记住的事情:

  • Make one task-focused flow with only necessary interactions只需要必要的交互就可以完成一个以任务为中心的流程
  • Don’t use it as a marketing tool不要将其用作营销工具
  • Make it as small and fast as possible使其尽可能小而快速
  • Use Apple Pay for easy payments使用Apple Pay轻松付款
  • Avoid having to create an account (use Sign in with Apple if necessary)避免创建帐户(如有必要,请使用“与Apple登录”)
  • Respect the privacy of your users and limit data collection尊重用户的隐私并限制数据收集

Read more on the Human Interface Guidelines and the Developer Documentation

阅读有关人机界面指南和开发人员文档的更多信息

SF字体 (SF Fonts)

San Fransisco and New York will now be available as variable fonts.

现在,旧金山和纽约将提供可变字体。

Beginning in iOS 14, the system provides the San Francisco and New York fonts in the variable font format. This format combines different font styles together in one file, and supports interpolation between styles to create intermediate ones. With interpolation, typefaces can adapt to all sizes while appearing specifically designed for each size.

从iOS 14开始,系统以可变字体格式提供San Francisco和New York字体。 这种格式将不同的字体样式组合到一个文件中,并支持在样式之间进行插值以创建中间字体。 通过插值,字体可以适应所有大小,同时为每种大小专门设计。

Read more on the Human Interface Guidelines.

阅读有关人机界面指南的更多信息 。

SF符号 (SF Symbols)

Apple’s icon library, introduced last year, receives an update with +750 new icons and +150 multicolor icons. The color icons are new to SF Symbols 2 and will automatically adapt to vibrancy, accessibility settings, and appearance modes (Light/Dark mode).

去年推出的苹果图标库收到了+750个新图标和+150个多色图标的更新。 颜色图标是SF Symbols 2的新功能,将自动适应鲜艳度,辅助功能设置和外观模式(亮/暗模式)。

This library is great to make sure your icons are consistent with the rest of iOS and the style can be adapted based on your typography.

该库非常适合确保您的图标与iOS的其余部分保持一致,并且可以根据您的版式来调整样式。

Download the beta of the SF Symbols 2 app and read more in the Human Interface Guidelines.

下载SF Symbols 2应用程序的beta版本,并在《 人机界面指南》中内容。

过去的历史 (Back history)

You can now hold down on any back button and a context menu will appear with all previous views. Can slide your finger down or select one to quickly go back to a previous view.

现在,您可以按住任意一个后退按钮,然后将显示一个上下文菜单以及所有以前的视图。 可以向下滑动手指或选择一根手指快速返回上一视图。

Example of the history context menu on the back button
后退按钮上的历史记录上下文菜单示例

口音颜色 (Accent color)

You can now include an accent color in Xcode that will become the default tint color of your application. All elements (type indicators, toolbar buttons, …) that were previously blue will now have the new accent color.

现在,您可以在Xcode中包含强调色,它将成为应用程序的默认色。 以前为蓝色的所有元素(类型指示器,工具栏按钮等)现在将具有新的强调色。

Set your accent color in the Xcode Asset Catalogue
在Xcode资产目录中设置您的配色

微调器 (Spinner)

Just a small detail, but the native spinner got a minor design update. Just so you know when you use it in your mocks.

只是一个小细节,但本地微调器进行了较小的设计更新。 请注意,当您在模拟中使用它时。

New spinner design in the Mail app
Mail应用程序中的新微调器设计

位置权限 (Location permissions)

Apple is continuing to put a great focus on privacy in iOS 14. Location permission has changed once again and now allow the user to not give their precise location to an app.

苹果继续将重点放在iOS 14的隐私上。位置许可再次发生了变化,现在允许用户不要将其精确位置提供给应用程序。

For some, a specific location is required (Delivery apps, ride-sharing, navigation, …), but most apps don’t need it. A user will now see a map in the permission alert and they can toggle “Precise” on and off. This gives the user the option to give a less precise location to further protect their privacy.

对于某些人来说,需要一个特定的位置(送货应用程序,拼车,导航等),但是大多数应用程序都不需要。 用户现在将在权限警报中看到地图,他们可以打开和关闭“精确”。 这使用户可以选择提供不太精确的位置,以进一步保护他们的隐私。

Location Permission alert in iOS 14 with Precise location on/off
启用/禁用精确位置的iOS 14中的位置权限警报

照片库访问 (Photo Library access)

Another important privacy update is the Photo Library. Your photos contain a lot of private information, so having a new way to keep them save is great.

另一个重要的隐私更新是照片库。 您的照片包含很多私人信息,因此拥有一种保存照片的新方法很棒。

You can now an app give access to only specific photos in your library. This way you can continue using an app like Instagram as before, but it will only have access to the photos you’ve chosen to share.

现在,您可以使用某个应用授予访问图库中特定照片的权限。 这样,您可以像以前一样继续使用Instagram之类的应用程序,但是它只能访问您选择共享的照片。

If you want to add or remove photos you can do so in the Settings app.

如果要添加或删除照片,可以在“设置”应用程序中进行。

Example of the new photo library permission
新照片库权限的示例

As a developer you don’t need to add anything new to your app, everything will work as before, but you will only see the photos that the user has selected.

作为开发人员,您无需向应用程序添加任何新内容,所有内容都将像以前一样工作,但是您只会看到用户选择的照片。

页面控制 (Page Control)

Page control got a slight redesign and a new interaction. When you hold down on the page control, the control becomes larger and you can quickly scroll through all pages.

页面控件进行了重新设计,并进行了新的交互。 当您按住页面控件时,该控件会变大,您可以快速滚动浏览所有页面。

The excess page indicators will be hidden if you have a large amount of pages and they will animate into view when you visit one of the pages or swipe on the page control.

如果您有大量页面,则多余的页面指示符将被隐藏,当您访问其中一个页面或在页面控件上滑动时,它们将动画化显示。

Example of the update page control
更新页面控件的示例

选单 (Menus)

iOS 13 introduced contextual menus to replace peek and pop shortcuts. Now you can add menus to any button.

iOS 13引入了上下文菜单来替代偷看和弹出快捷方式。 现在,您可以将菜单添加到任何按钮。

Example of a UIMenu on a button
按钮上的UIMenu的示例

Where you would previously use an action sheet, you can now use a menu. The user can keep their focus on the same position where they tapped and the screen will no longer be completely covered. If you want to learn more about menus, I’d suggest to check out this great session from WWDC.

在以前使用操作表的地方,现在可以使用菜单。 用户可以将注意力集中在他们轻按的同一位置上,而屏幕将不再被完全覆盖。 如果您想了解有关菜单的更多信息,我建议您从WWDC观看这次精彩的会议 。

选择器 (Pickers)

The default text picker also has a new look that will make it more clear which item is selected by adding a light gray background behind it.

默认的文本选择器也具有新外观,通过在其后面添加浅灰色背景,可以使其更清楚地选择了哪个项目。

Example of the updated UIPicker design
更新的UIPicker设计示例

网络的人脸ID /触摸ID (Face ID/Touch ID for web)

You can now implement Face ID and Touch ID on your website. When a user logs in on your website for the first time, you can ask them if they want to enable Face ID or Touch ID. Their authentication will be securely stored on their device and next time they visit your website they can log in with a quick face or finger scan without the need of any password.

现在,您可以在网站上实现人脸ID和触摸ID。 用户首次登录您的网站时,您可以询问他们是否要启用Face ID或Touch ID。 他们的身份验证将安全地存储在他们的设备上,下次他们访问您的网站时,可以快速扫描面部或手指,而无需任何密码。

Meet Face ID and Touch ID for the web满足网络的Face ID和Touch ID

WWDC有趣的会议: (Interesting WWDC sessions to watch:)

  • Explore app clips

    探索应用片段

  • Make your app visually accessible

    使您的应用可视化

  • Design for intelligence: Apps, evolved

    智能设计:不断发展的应用程序

  • Design for intelligence: Discover new opportunities

    智慧设计:发现新机会

  • Design for intelligence: Make friends with “The System”

    智慧设计:通过“系统”结识朋友

  • Design for intelligence: Meet people where they are

    智慧设计:认识人们所在的地方

  • Design great app clips

    设计出色的应用程序剪辑

  • Design with iOS pickers, menus and actions

    使用iOS选择器,菜单和操作进行设计

  • Meet the new Photos picker

    认识新的照片选择器

  • Design for the iPadOS pointer

    iPadOS指针设计

  • Design great widgets

    设计出色的小部件

  • Design for location privacy

    位置隐私设计

  • SF Symbols 2

    SF符号2

  • The details of UI typography

    UI排版的细节

  • Design for Game Center

    游戏中心设计

Last updated on June 25th, 2020 with SF Symbols 2 beta, Page Control, Menus, Pickers, Face ID/Touch ID for web and interesting sessions to watch.

上次更新时间为2020年6月25日, 包含SF Symbols 2 beta,页面控制,菜单,选取器,用于网络的Face ID / Touch ID和观看有趣的会话。

If you have any questions or feedback let me know on twitter @nielsboey

如果您有任何疑问或反馈,请在twitter @nielsboey 上告诉我

翻译自: https://blog.prototypr.io/dear-product-designers-this-is-new-in-ios-14-e70035083cc

ios设计登录功能


http://www.taodudu.cc/news/show-894240.html

相关文章:

  • jakob slam_Jakob Nielsen针对用户界面设计的第二种可用性启发法
  • matplotlib可视化_EDA:Geopandas,Matplotlib和Bokeh中的可视化
  • 笔记本移交_创建完美的设计移交
  • 一个好的设计师_是什么让一个好的设计师
  • ux和ui_首先要做的— UX / UI案例研究
  • 帝国cms重置管理员_重新设计《纽约时报》 CMS飞行员
  • latex排版基础_排版基础分类
  • 比特平面分层_平面设计中的分层
  • real类型_如何使用REAL方法对您的Web内容进行现实检查
  • 加快信息化建设对地方发展的_加快设计师职业发展的9种方法
  • vue.js ui_UI / UX开发:考虑Vue.js
  • flex如何做响应式设计_响应式设计-您做错了!
  • 创建用户友好的表单
  • hp-ux 单用户 启动_UX备忘单:搜索与浏览
  • 荒岛余生为什么没有打开包裹_您会带到荒岛什么办公桌设置?
  • 拟态防御_纯素食汉堡的拟态
  • 制作五彩纸屑转场动效_何时以及如何将五彩纸屑添加到产品UI
  • 跨库一致性_设计跨平台的一致性
  • 胖子脸:库珀·布莱克100年
  • 设计模式练习_设计练习是邪恶的
  • 如何忽略证书继续访问_前5个最容易被忽视的可访问性问题
  • 版式设计与创意 pdf_恋爱与版式
  • ui设计 网络错误_UI设计人员常犯的10个错误
  • 背景图片_背景
  • powerpoint技巧_几乎每个PowerPoint都烂鸡蛋
  • pov-inc_yourself劳自己-懒惰的设计师的POV和一些Figma
  • ux和ui_UI和UX设计师的10种软技能
  • ai创造了哪些职业_关于创造职业的思考
  • 战神4 幕后花絮 概念艺术_幕后花絮:品牌更新的背后

ios设计登录功能_亲爱的产品设计师,这是iOS 14的新功能相关推荐

  1. 互联网产品设计进阶(11)产品设计师的职责

    产品经理或者产品设计师到底是一个什么样的角色?为了找到这个答案,先看看几个典型的招聘广告吧. 一.分析几则招聘广告 1.第一则产品经理招聘广告 1.根据公司的业务规划和特点,开发有质量的新业务,并制定 ...

  2. ios 渐变透明背景_使用Figma智能动画制作iOS动效

    Oct 7 阅读时长约6分钟 作者:Lucas Chae 翻译:桃几.高蓝光.任可欣.贝壳里睡着鱼 审校:陶陶然 Figma刚刚发布了两个期待已久的新功能:智能动画和拖拽交互.我通过创建5个iOS动效 ...

  3. java 新功能_Java 14的新功能

    java 新功能 2020年3月17日,Oracle发布了名为Java 14的Java新版本,其中包括许多新功能,工具,安全性,调试和更新的文档方面的改进. 但是,Oracle还向您提供Java的较旧 ...

  4. ui设计师学习多久_如何学习ui设计,我作为数字产品设计师的前两年教给我的是什么

    ui设计师学习多久 重点 (Top highlight) As a Digital Product Designer it is one of your main goals to design va ...

  5. 培训师 每小时多少钱_每个产品设计师需要了解的品牌知识

    培训师 每小时多少钱 重点 (Top highlight) These days, it pays to know about brand. The rise of startups has crea ...

  6. 4月产品升级|解锁40多项新功能!

    又到每月产品盘点时刻,回顾4月,又是满满的收获! 40多项新功能上线和升级优化,在不断的技术创新过程中,进一步加速产业智能化升级.下面和小编一起来了解下本次更新详情吧! 人工智能 加速更多智能场景应用 ...

  7. ios 权限提示语_撩妹神技?iOS 微信偷偷上线“拍一拍”

    微信 概要 / 最近微信新功能不断,安卓和 iOS 前后上线了「修改微信号」功能,给了网友们"重新做人"的机会,这不,又来了一个新功能,iOS 的微信可以"拍一拍&quo ...

  8. iOS 14.5新功能:解锁iPhone更方便!

    2月2日消息,据国外媒体报道,苹果在移动操作系统iOS 14.5测试版中确认了一个新功能,戴着口罩的用户可以使用智能手表Apple Watch更快地解锁iPhone.据报道,苹果正在测试新的iPhon ...

  9. python3 2.00gb怎么去掉单位_最值得期待的Python 3.9的新功能

    Python 3.9 beta预计下个月就要发布了,那么3.9有那些让我们期待的新功能和变更呢?本我我们一起来说Python 3.9的新功能的. 安装测试版 为了能够实际探索Python 3.9 的功 ...

最新文章

  1. c#获取对象的唯一标识_在 Java 中利用 redis 实现分布式全局唯一标识服务
  2. shiro多realm验证之——shiro实现不同身份使用不同Realm进行验证(转)
  3. Python编程语言学习:for循环中常用方法经验技巧(利用enumerate函数对列表实现自带索引等)之详细攻略
  4. 服务器子系统是什么,服务器是什么样子的,服务器一般用什么系统!
  5. linux内网穿透局域网frp(实现有网就能访问你的局域网台式机服务器)
  6. python现在时间 命令,Python 日期格式和时间以及当前时间和时间戳
  7. 解读阿里官方代码规范
  8. c语言数据结构插入算法说明,C语言数据结构插入算法
  9. TensorFlow 基本问题思考
  10. 玩家国度ROG 幻14 拆机 升级 换固态 换配件 教程
  11. 人类视觉计算理论经典著作,豆瓣评分9.7,中文版惊鸿面世
  12. mysql 主从 外部连接_集群之MYsql主从服务之引伸出Mysql互为主从(环形结构)外加简单实现自己个人的负载均衡器(3)-阿里云开发者社区...
  13. OpenCV里IplImage数据结构中width和widthStep极易出错的问题
  14. 图片怎么做gif?如何让图片变GIF动图?
  15. WMS入库作业_核心业务流程
  16. 制作自己的ChatGPT
  17. 德州市德城区农产品区域公用品牌“尚德诚品”正式发布
  18. 《神经科学:探索脑》学习笔记(第1章 神经科学导论)
  19. Java 在Windows上通过代码开启和关闭exe程序
  20. 360浏览器浏览网页字体模糊的解决方法

热门文章

  1. OpenCV坐标体系的初步认识
  2. android ndk调用出错,由于Android-NDK应用程序的权限问题,为什么fopen在本地方法中失败?...
  3. python list遍历定位元素_python for循环,第二遍定位不到元素?
  4. Java点击按钮div缩放_[Java教程]怎样给div增加resize事件
  5. python爬虫框架怎么安装_celery如何在python爬虫中安装?
  6. python用语句输入一个3*3的二维矩阵_python中二维数组的建立,输入和输出
  7. 例说C#深拷贝与浅拷贝
  8. Home Assistant 安装Samba和SSH server 插件
  9. bootstrap-wysiwyg 结合 base64 解码 .net bbs 图片操作类 (三) 图片裁剪
  10. javascript编程风格(粗略笔记)