深潜mobi_Swift进行目标动作深潜

2023-11-28 17:59

本文主要是介绍深潜mobi_Swift进行目标动作深潜,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

深潜mobi

Another design pattern

另一种设计模式

Target-Action is one of the common design patterns in Swift, and used in many frameworks and libraries. This short guide is here to explain what this pattern is used for, and is here to help you out.

Target-Action是Swift中常见的设计模式之一,并在许多框架和库中使用。 本简短指南在这里说明该模式的用途,并在这里为您提供帮助。

Difficulty: Beginner | Easy | Normal | Challenging

难度:初学者| 容易 | 普通| 具有挑战性的

先决条件: (Prerequisites:)

  • You can use gestures in a Single View Application, or use Gestures in the Playground to set up this project

    您可以在Single View Application中使用手势 ,也可以在Playground中使用手势来设置此项目

术语 (Terminology)

Design Pattern: A solution to commonly occurring problem in software design

设计模式:解决软件设计中常见问题的解决方案

要解决的问题 (The problem to be solved)

An object holds information that allows it to send information to another object when an even occurs.

一个对象保存的信息允许它在出现偶数时将信息发送到另一个对象。

This is often used in buttons and sliders.

通常在按钮和滑块中使用。

解决方案 (The solution)

An action selector identifies the method that will be invoked when an event occurs.

动作选择器标识事件发生时将调用的方法。

A target is the object to recieve the message when an event occurs. This is typically a controller (as in a view controller).

目标是事件发生时接收消息的对象。 这通常是一个控制器(如在视图控制器中)。

一个例子 (An example)

If we were to create a UIPanGestureRecognizer in Playgrounds we might develop the following code

如果我们要在Playgrounds中创建UIPanGestureRecognizer ,我们可能会开发以下代码

Image for post
Click for Gist 单击要点

Where viewDidLoad() creates the UIPanGestureRecognizer and adds it to the UIView. There is nothing special about this, however it is the former of these which we are going to look at now.

其中viewDidLoad()创建UIPanGestureRecognizer并将其添加到UIView 。 这没有什么特别的,但是我们现在要看看它们中的前者。

UIPanGestureRecognizer(target: self, action: #selector(handlePan(_:)))

The UIPanGestureRecognizer is initialized with a target and an action. Let us take this through step-by-step:

UIPanGestureRecognizer使用目标和操作进行初始化。 让我们逐步进行:

The target: This is the recipient of the messages sent by the receiver when a gesture is recognized. For UIPanGestureRecognizer to work this need to be set. In the example above, the target is set to self and is therefore the UIViewController MyViewController.

目标:这是识别手势时接收方发送的消息的接收方。 为了使UIPanGestureRecognizer起作用,需要对此进行设置。 在上面的示例中,目标设置为self,因此是UIViewController MyViewController。

Action: This is a selector that is actually a method implemented by the target to handle the gesture. This is a selector which means that the method it points to must be exposed to the @ObjC runtime — this means that the function header becomes @objc func handlePan(_ sender: UIPanGestureRecognizer) in the code above. This is because we need to make the method visible to ObjC (and can therefore be executed at runtime). Using Strings for selectors is deprecated (and error prone) meaning we use #selector expression to represent the property name as a selector. Now since we are sending the sender to the func handlePan(_ sender: UIPanGestureRecognizer) function.

行动:这是一个选择器,实际上是由目标实现以处理手势的方法。 这是一个选择器 ,这意味着它指向的方法必须公开给@ObjC运行时—这意味着函数头在上面的代码中成为@objc func handlePan( _ sender: UIPanGestureRecognizer) 。 这是因为我们需要使该方法对ObjC可见(因此可以在运行时执行)。 不推荐使用Strings作为选择器(并且容易出错),这意味着我们使用#selector表达式将属性名称表示为选择器 。 现在,由于我们将发送方发送到func handlePan(_ sender: UIPanGestureRecognizer)函数。

Using the parameters to decide where you are panning to by using sender.view! as passed through the sender parameter.

使用参数通过sender.view!决定平移到的sender.view! 通过sender参数传递。

Image for post
Click for Gist 单击要点

UIKit和AppKit之间的区别 (Differences between UIKit and AppKit)

UIKit (iOS) and AppKit (MacOS) both use the target-action design pattern. AppKit uses a control-cell architecture for most controls, where the control owns light-weight cell objects that hold the target and action properties for the control. The difference is subtle, but shouldn’t be too difficult for the more experienced developer!

UIKit(iOS)和AppKit(MacOS)都使用目标动作设计模式。 AppKit对大多数控件使用控件单元体系结构,其中控件拥有轻量级单元对象,这些对象包含控件的目标和操作属性。 差异是细微的,但对于经验丰富的开发人员来说应该并不困难!

结论: (Conclusion:)

This article has covered quite a few topics. Since target-action is frequently used in iOS I hope this has been a good use of your time, running through what the pattern can be used for, how we can use selectors and create functions that have practical use in iOS.

本文涵盖了很多主题。 由于target-action在iOS中经常使用,所以我希望这可以很好地利用您的时间,遍历该模式的用途,如何使用selectors以及创建在iOS中具有实际用途的功能。

If you’ve some questions about this (particularly about Swift) give me a shout over on Twitter.

如果您对此有任何疑问(尤其是有关Swift的问题),请给我在Twitter上大喊大叫 。

翻译自: https://medium.com/@stevenpcurtis.sc/swifts-target-action-deep-dive-e204144ee77f

深潜mobi


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

相关文章:

  • 深潜Kotlin协程(六):协程构建器
  • 电信增值业务许可证(IDC)申请方法
  • 办一个商业网站需要什么证件
  • 2010年度内资(私营)企业年检须知
  • 最新java自考简答题汇总_2020年4月全国自考报名时间汇总(最新)
  • 企业“年检”要及时否则经营异常都不知道
  • 【CCM-计传阅读树07】新刊速递 Asian Journal of Communication
  • 澳洲 学计算机,澳洲大学计算机专业世界排名
  • 澳大利亚计算机企业,澳大利亚工作排行
  • 大学生出国意向的调查
  • P2734 游戏 A Game
  • 【机器学习(一)】什么是机器学习、监督学习及无监督学习
  • 吴恩达机器学习课程笔记-Ⅰ
  • C++:继承、模板、CRTP:谈谈C++多态设计模式(三):函数模板
  • 用react完成一个个人简介页面
  • 机器学习笔记——机器学习定义
  • 机器学习—相关概念
  • 【个人简介】关于博主阅读指南
  • 计算机翻译的作用是什么,计算机在翻译中作用探析.doc
  • Linux运行wine假死,请教一个关于wine运行一会后自动关闭的问题
  • TokenGazer一问到底 | 第32期:研究员 vs Bytom
  • 《从有意义到有意思》_hinchi的一些文字收藏
  • 联合利华“双十一”再创佳绩,加速全渠道创新内容营销
  • 极致呈现系列之:Echarts日历坐标系的时光流转
  • 政府,事业单位 怎么对接短信平台发短信?
  • 爱快无线WIFI设备如何接入短信平台
  • 短信平台还不知道怎么选?
  • 货运物流订单短信怎么接入短信平台
  • 短信平台 -- 企业与用户便捷沟通的桥梁
  • TechNet中文网络广播office系列视频教程下载(二)(2007-02-28 09:29:42) 分类:Office...
  • 这篇关于深潜mobi_Swift进行目标动作深潜的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



    http://www.chinasem.cn/article/430064

    相关文章

    C#使用SQLite进行大数据量高效处理的代码示例

    《C#使用SQLite进行大数据量高效处理的代码示例》在软件开发中,高效处理大数据量是一个常见且具有挑战性的任务,SQLite因其零配置、嵌入式、跨平台的特性,成为许多开发者的首选数据库,本文将深入探... 目录前言准备工作数据实体核心技术批量插入:从乌龟到猎豹的蜕变分页查询:加载百万数据异步处理:拒绝界面

    Python使用自带的base64库进行base64编码和解码

    《Python使用自带的base64库进行base64编码和解码》在Python中,处理数据的编码和解码是数据传输和存储中非常普遍的需求,其中,Base64是一种常用的编码方案,本文我将详细介绍如何使... 目录引言使用python的base64库进行编码和解码编码函数解码函数Base64编码的应用场景注意

    Java进行文件格式校验的方案详解

    《Java进行文件格式校验的方案详解》这篇文章主要为大家详细介绍了Java中进行文件格式校验的相关方案,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录一、背景异常现象原因排查用户的无心之过二、解决方案Magandroidic Number判断主流检测库对比Tika的使用区分zip

    Java使用Curator进行ZooKeeper操作的详细教程

    《Java使用Curator进行ZooKeeper操作的详细教程》ApacheCurator是一个基于ZooKeeper的Java客户端库,它极大地简化了使用ZooKeeper的开发工作,在分布式系统... 目录1、简述2、核心功能2.1 CuratorFramework2.2 Recipes3、示例实践3

    python+opencv处理颜色之将目标颜色转换实例代码

    《python+opencv处理颜色之将目标颜色转换实例代码》OpenCV是一个的跨平台计算机视觉库,可以运行在Linux、Windows和MacOS操作系统上,:本文主要介绍python+ope... 目录下面是代码+ 效果 + 解释转HSV: 关于颜色总是要转HSV的掩膜再标注总结 目标:将红色的部分滤

    基于Flask框架添加多个AI模型的API并进行交互

    《基于Flask框架添加多个AI模型的API并进行交互》:本文主要介绍如何基于Flask框架开发AI模型API管理系统,允许用户添加、删除不同AI模型的API密钥,感兴趣的可以了解下... 目录1. 概述2. 后端代码说明2.1 依赖库导入2.2 应用初始化2.3 API 存储字典2.4 路由函数2.5 应

    Python使用date模块进行日期处理的终极指南

    《Python使用date模块进行日期处理的终极指南》在处理与时间相关的数据时,Python的date模块是开发者最趁手的工具之一,本文将用通俗的语言,结合真实案例,带您掌握date模块的六大核心功能... 目录引言一、date模块的核心功能1.1 日期表示1.2 日期计算1.3 日期比较二、六大常用方法详

    Python使用DrissionPage中ChromiumPage进行自动化网页操作

    《Python使用DrissionPage中ChromiumPage进行自动化网页操作》DrissionPage作为一款轻量级且功能强大的浏览器自动化库,为开发者提供了丰富的功能支持,本文将使用Dri... 目录前言一、ChromiumPage基础操作1.初始化Drission 和 ChromiumPage

    Jackson库进行JSON 序列化时遇到了无限递归(Infinite Recursion)的问题及解决方案

    《Jackson库进行JSON序列化时遇到了无限递归(InfiniteRecursion)的问题及解决方案》使用Jackson库进行JSON序列化时遇到了无限递归(InfiniteRecursi... 目录解决方案‌1. 使用 @jsonIgnore 忽略一个方向的引用2. 使用 @JsonManagedR

    使用Folium在Python中进行地图可视化的操作指南

    《使用Folium在Python中进行地图可视化的操作指南》在数据分析和可视化领域,地图可视化是一项非常重要的技能,它能够帮助我们更直观地理解和展示地理空间数据,Folium是一个基于Python的地... 目录引言一、Folium简介与安装1. Folium简介2. 安装Folium二、基础使用1. 创建