wpf 情节提要有什么用_将情节提要对象连接到代码

2023-12-27 14:40

本文主要是介绍wpf 情节提要有什么用_将情节提要对象连接到代码,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

wpf 情节提要有什么用

The idea of this tutorial is to add objects to the storyboard and be able to update them programmatically in the `UIViewController`. Possible? Sure. How? This article!

本教程的目的是将对象添加到情节提要中,并能够在UIViewController中以编程方式对其进行更新。 可能? 当然。 怎么样? 本文!

Difficulty: Beginner | Easy | Normal | Challenging

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

This article has been developed using Xcode 11.4.1, and Swift 5.2.2

本文是使用Xcode 11.4.1和Swift 5.2.2开发的。

The completed code is available HERE

完整的代码在这里可用

先决条件: (Prerequisites:)

  • You will be expected to be aware how to make a Single View Application in Swift.

    您应该知道如何在Swift中制作Single View应用程序 。

分步操作,将UILabel添加到情节提要 (The step-by-step, adding a UILabel to the Storyboard)

创建一个新的单一视图项目 (Create a new Single View Project)

This is covered in my Single View Application article, but pretty much all this means is that you need to open up Xcode and New>Single View Project. I named mine StoryboardOutlets.

我的“ 单视图应用程序”文章中对此进行了介绍,但这几乎意味着您需要打开Xcode和“新建”>“单视图项目”。 我将其命名为StoryboardOutlets

将UILabel添加到情节提要 (Add a UILabel to the Storyboard)

Select the `Main.storyboard` file from the project inspector on the left-hand side. The `UIViewController` appears, and allows us to use the + symbol to be able to add objects

从左侧的项目检查器中选择“ Main.storyboard”文件。 出现UIViewController,并允许我们使用+符号添加对象

Image for post

which can then be added by choosing UILabel

然后可以通过选择UILabel添加

Image for post

and a simple drag-drop operation will help us out here.

一个简单的拖放操作将帮助我们解决这个问题。

Image for post

Now by dragging and dropping the UILabel and matching the blue lines when we drop it onto the centre of the UIViewController it will match to the centre — exactly what we would want!

现在,通过将UILabel拖放到UIViewController的中心并使其与蓝线匹配,它将与中心匹配-正是我们想要的!

将UILabel连接到Swift文件 (Connect the UILabel to the Swift file)

The UILabel needs to be connected to the ViewController.swift file (assuming that you have left the UIViewController called *ViewController*). We are going to name this UILabel instance as *label* (creativity is everything, right?).

UILabel需要连接到ViewController.swift文件(假设您已经将UIViewController 保留为* ViewController *)。 我们将这个UILabel实例命名为* label *(创造力就是一切,对吧?)。

Loading the Assistant editor

加载助手编辑器

With the Storyboard still selected, we can select the following jump bar icon:

在仍选择情节提要的情况下,我们可以选择以下跳转栏图标:

Image for post

which when placed on the jump bar is towards the right of the screen

当放置在跳转栏上时,它朝屏幕的右侧

Image for post

As shown, select *Assistant*.

如图所示,选择* Assistant *。

The following part is actually quite easy / tricky depending on how you see it. We need to control-drag from the UILabel to the ViewController.swift file.

以下部分实际上很容易/棘手,具体取决于您如何看待它。 我们需要控制从UILabel拖动到ViewController.swift文件。

Image for post

as you see, I’ve then named the outlet as **label**

如您所见,然后将出口命名为** 标签 **

从视图控制器访问UILabel (Access the UILabel from the view controller)

The UILabel can then be accessed from the view controller as normal. That is, we just set label.text = “Hello, World!” as I’ve done in the viewDidLoad() function.

然后可以正常从视图控制器访问UILabel 。 也就是说,我们只设置label.text = “Hello, World!” 就像我在viewDidLoad()函数中所做的一样。

Image for post

which leaves us with the following view controller code.<br/>

剩下下面的视图控制器代码。<br/>

Image for post

结论 (Conclusion)

This is a task, that if you use the storyboard you’ll encounter often while producing great apps in Swift for iOS. I hope this short article really helps you out and brings clarity to this process. Oh, and if you want to see the completed Repo with this work I’ve a link around here somewhere. StoryboardOutlets

这是一项任务,如果您使用情节提要,那么在Swift for iOS中制作出色的应用程序时,您会经常遇到。 我希望这篇简短的文章对您有所帮助,并为您带来清晰的过程。 哦,如果您想查看完成的Repo和这项工作,请在此处找到链接。 情节提要插座

If you’ve any questions, comments or suggestions please hit me up on Twitter

如果您有任何疑问,意见或建议,请在Twitter上打我

翻译自: https://medium.com/@stevenpcurtis.sc/connect-storyboard-objects-to-code-4105f9b99bba

wpf 情节提要有什么用


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

相关文章:

  • wordpress本地开发_WordPress提要开发人员指南
  • 电气工程学科规划提要(征求意见稿)
  • 【数据库/MySQL】MySQL三大日志提要
  • WordPress初学者入门教程-RSS提要
  • FPGA 仿真与实际不一样,仿真没有打拍,仿真时钟问题。
  • 【程序设计】Matplotlib运行错误的解决方法
  • 自动化工具-在保留白名单文件的前提下,删除剩余文件
  • Linux Shell 学习笔记二
  • 【Rust 易学教程】学前准备:Cargo, 你好
  • 『亚马逊云科技产品测评』活动征文|基于亚马逊EC2云服务器部署Gogs服务
  • 基于Arduino的GPS与单片机通信 GPS与PC机的通信
  • 企业工业网络搭建
  • C#工业生产MES上位机工具 新能源转子生产线 完整工程代码 串口 RFID通信 PLC
  • 探究MES系统:工业生产数字化转型的必需品
  • Python 在工业生产规划中的应用
  • Ubuntu16配置caffe和faster RCNN
  • [VB.NET]单元七 图形图像处理1
  • 现代opengl 设计入门,画图第一个三角形
  • 一些vbs和bat的小脚本 好戏总是在后面哦 大佬您第一次来吧?是不是都进来看看吧=w=
  • 第N+1次踩坑Caffe小计
  • VB检测硬件信息
  • 【原创】Linux环境下的图形系统和AMD R600显卡编程(10)——R600显卡的3D引擎编程...
  • ubuntu16安装tensorflow gpu加速(包括cuda8及NVIDIA显卡安装)
  • 获取windows显卡使用率,并写入txt文档
  • 从v8到v9,Arm服务器发展之路
  • 芯准TTE系统测试与验证(4)—— TT流传输
  • 芯准TTE系统测试与验证(5)—— TT+BE流混合传输
  • 修改securtcrt中linux字体,SecureCRT 绝佳背景字体配色方案, 保护你的眼睛
  • python语言通过终端命令解压rar文件
  • Java 解压rar文件的两种方法
  • 这篇关于wpf 情节提要有什么用_将情节提要对象连接到代码的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



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

    相关文章

    python实现pdf转word和excel的示例代码

    《python实现pdf转word和excel的示例代码》本文主要介绍了python实现pdf转word和excel的示例代码,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价... 目录一、引言二、python编程1,PDF转Word2,PDF转Excel三、前端页面效果展示总结一

    在MyBatis的XML映射文件中<trim>元素所有场景下的完整使用示例代码

    《在MyBatis的XML映射文件中<trim>元素所有场景下的完整使用示例代码》在MyBatis的XML映射文件中,trim元素用于动态添加SQL语句的一部分,处理前缀、后缀及多余的逗号或连接符,示... 在MyBATis的XML映射文件中,<trim>元素用于动态地添加SQL语句的一部分,例如SET或W

    使用C#代码计算数学表达式实例

    《使用C#代码计算数学表达式实例》这段文字主要讲述了如何使用C#语言来计算数学表达式,该程序通过使用Dictionary保存变量,定义了运算符优先级,并实现了EvaluateExpression方法来... 目录C#代码计算数学表达式该方法很长,因此我将分段描述下面的代码片段显示了下一步以下代码显示该方法如

    python多进程实现数据共享的示例代码

    《python多进程实现数据共享的示例代码》本文介绍了Python中多进程实现数据共享的方法,包括使用multiprocessing模块和manager模块这两种方法,具有一定的参考价值,感兴趣的可以... 目录背景进程、进程创建进程间通信 进程间共享数据共享list实践背景 安卓ui自动化框架,使用的是

    SpringBoot生成和操作PDF的代码详解

    《SpringBoot生成和操作PDF的代码详解》本文主要介绍了在SpringBoot项目下,通过代码和操作步骤,详细的介绍了如何操作PDF,希望可以帮助到准备通过JAVA操作PDF的你,项目框架用的... 目录本文简介PDF文件简介代码实现PDF操作基于PDF模板生成,并下载完全基于代码生成,并保存合并P

    SpringBoot基于MyBatis-Plus实现Lambda Query查询的示例代码

    《SpringBoot基于MyBatis-Plus实现LambdaQuery查询的示例代码》MyBatis-Plus是MyBatis的增强工具,简化了数据库操作,并提高了开发效率,它提供了多种查询方... 目录引言基础环境配置依赖配置(Maven)application.yml 配置表结构设计demo_st

    SpringCloud集成AlloyDB的示例代码

    《SpringCloud集成AlloyDB的示例代码》AlloyDB是GoogleCloud提供的一种高度可扩展、强性能的关系型数据库服务,它兼容PostgreSQL,并提供了更快的查询性能... 目录1.AlloyDBjavascript是什么?AlloyDB 的工作原理2.搭建测试环境3.代码工程1.

    Java调用Python代码的几种方法小结

    《Java调用Python代码的几种方法小结》Python语言有丰富的系统管理、数据处理、统计类软件包,因此从java应用中调用Python代码的需求很常见、实用,本文介绍几种方法从java调用Pyt... 目录引言Java core使用ProcessBuilder使用Java脚本引擎总结引言python

    Java中ArrayList的8种浅拷贝方式示例代码

    《Java中ArrayList的8种浅拷贝方式示例代码》:本文主要介绍Java中ArrayList的8种浅拷贝方式的相关资料,讲解了Java中ArrayList的浅拷贝概念,并详细分享了八种实现浅... 目录引言什么是浅拷贝?ArrayList 浅拷贝的重要性方法一:使用构造函数方法二:使用 addAll(

    最好用的WPF加载动画功能

    《最好用的WPF加载动画功能》当开发应用程序时,提供良好的用户体验(UX)是至关重要的,加载动画作为一种有效的沟通工具,它不仅能告知用户系统正在工作,还能够通过视觉上的吸引力来增强整体用户体验,本文给... 目录前言需求分析高级用法综合案例总结最后前言当开发应用程序时,提供良好的用户体验(UX)是至关重要