Click here to Skip to main content
15,881,833 members
Articles / Web Development / HTML

How to Pass Values to UILabel Objects in iOS 6 Storyboard

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 Dec 2012CPOL6 min read 25.6K   2  
How to pass values to UILabel objects in iOS 6 Storyboard
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title></title>
  <meta name="Generator" content="Cocoa HTML Writer">
  <meta name="CocoaVersion" content="1187.34">
  <style type="text/css">
    p.p1 {margin: 0.0px 0.0px 20.0px 0.0px; line-height: 20.0px; font: 12.0px 'Helvetica Neue'; color: #545658; background-color: #fdfdfd}
    p.p2 {margin: 0.0px 0.0px 20.0px 0.0px; line-height: 20.0px; font: 12.0px 'Helvetica Neue'; color: #545658; background-color: #fdfdfd; min-height: 14.0px}
    p.p3 {margin: 0.0px 0.0px 20.0px 0.0px; line-height: 22.0px; font: 20.0px 'Helvetica Neue'; color: #545658; background-color: #fdfdfd}
  </style>
</head>
<body>
<p class="p1">This is the source code of my tutorial for iOS for creating a simple Quotes App and passing values to UILabel objects when using Segues. You can find the tutorial &lt;a href="http://duuro.com/blog"&gt;here&lt;/a&gt;</p>
<p class="p2"><br></p>
<p class="p1">This simple tutorial will guide you through one of the problems you will encounter when you start in the iOS and Xcode world.</p>
<p class="p3">How to pass values to UILabel in iOS 6</p>
<p class="p1">Passing values to UILabel in the iOS is one of the most common things that you will when you will develop iPhone or iPad apps.<br>
This is no issue when the UILabel is in the same viewController as the object that is changing UILabel’s value. But things can get a little tricky when you try to pass values to a UILabel that is on another viewController.<br>
To help you achieve this thing a get an idea how this process works, we created this simple tutorial that shows you how to pass values to UILabels in iOS 6 and earlier versions.<br>
We will create a simple <b>Quotes App</b> that will display a quote of  3 world’s top visionaries if you press a button with their name.</p>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Albania Albania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions