mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
use real data in storyboards instead of lorem ipsum
This commit is contained in:
parent
7de1a4a9a3
commit
030a6db2e6
1 changed files with 38 additions and 4 deletions
|
|
@ -120,7 +120,41 @@
|
|||
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wrG-1y-ZY3">
|
||||
<rect key="frame" x="0.0" y="30" width="600" height="462"/>
|
||||
<color key="backgroundColor" red="0.26666666666666666" green="0.26666666666666666" blue="0.26666666666666666" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
|
||||
<mutableString key="text">The latest technology I've been learning is Palm's SDK for webOS,
|
||||
Mojo. My first impression is that it's a great platform and
|
||||
Palm could do a great job of 2.0 if they cut down on some of the
|
||||
verbosity of gluing together the UI. I have learned to like
|
||||
JavaScript over the years as I learned that despite its
|
||||
warts [there are good parts](http://ca.video.yahoo.com/watch/630959/2974197)
|
||||
too. If you squint just right you can see that it's scheme with
|
||||
Algol syntax. HTML and CSS are what they are, but with WebKit running
|
||||
the show and only a single engine to target it's not that bad. I've
|
||||
gone from Eclipse to Emacs for the coding itself and highly recommend
|
||||
Emacs for Mojo development. There is nothing that I miss from the
|
||||
Eclipse or Komodo Edit thanks to the fact that Mojo uses open
|
||||
languages and standards.
|
||||
|
||||
|
||||
As far as actual development goes the Mojo documentation steers you
|
||||
towards a combination of Eclipse, Palm's Mojo plugin for Eclipse,
|
||||
and the Aptana Studio plugin. My editor of choice is Emacs but
|
||||
I decided to give it a spin just to get started quickly, how bad
|
||||
could it be? I'm not going to get into details but I will say that I
|
||||
don't think I'll ever use Eclipse for anything; it's far too
|
||||
sluggish and provides no compelling features for the languages
|
||||
that I use. I tried Komodo Edit and it was significantly
|
||||
better but still not for me. Emacs is great for editing HTML,
|
||||
JavaScript, and CSS so all I really missed from the IDEs were the
|
||||
shortcuts to package, install, and launch apps in the
|
||||
emulator. I headed over to
|
||||
the [Emacs Wiki](http://www.emacswiki.org/) and
|
||||
downloaded Jonathan
|
||||
Arkell's [Mojo
|
||||
support for Emacs](http://www.emacswiki.org/emacs/MojoSdk)
|
||||
which provided a great base to get
|
||||
started with. There are wrappers around (all?) of the Palm SDK
|
||||
commands but it needed a bit of work to make it just do what I
|
||||
wanted with as little input and thought as possible.</mutableString>
|
||||
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<fontDescription key="fontDescription" name="MuseoSans-300" family="Museo Sans" pointSize="16"/>
|
||||
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
|
||||
|
|
@ -145,7 +179,7 @@
|
|||
</constraints>
|
||||
</view>
|
||||
<toolbarItems/>
|
||||
<navigationItem key="navigationItem" title="Article Title" id="mOI-FS-AaM">
|
||||
<navigationItem key="navigationItem" title="Using Emacs to Develop Mojo Apps for WebOS" id="mOI-FS-AaM">
|
||||
<barButtonItem key="backBarButtonItem" title=" " id="KtM-fR-xtg"/>
|
||||
</navigationItem>
|
||||
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="lightContent"/>
|
||||
|
|
@ -230,7 +264,7 @@
|
|||
</constraints>
|
||||
</view>
|
||||
<navigationItem key="navigationItem" title="Preview" id="qGX-iM-tle">
|
||||
<barButtonItem key="backBarButtonItem" title=" " id="Cyw-0C-8qX"/>
|
||||
<barButtonItem key="backBarButtonItem" title=" " id="CEQ-72-8de"/>
|
||||
</navigationItem>
|
||||
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="lightContent"/>
|
||||
<connections>
|
||||
|
|
@ -317,7 +351,7 @@
|
|||
</connections>
|
||||
</tableView>
|
||||
<navigationItem key="navigationItem" title="samhuri.net" id="Zdf-7t-Un8">
|
||||
<barButtonItem key="backBarButtonItem" title=" " id="UCo-qs-2hI"/>
|
||||
<barButtonItem key="backBarButtonItem" title=" " id="rEX-Al-NGp"/>
|
||||
<connections>
|
||||
<outlet property="leftBarButtonItem" destination="8HS-W8-a6l" id="CwH-zD-2Qm"/>
|
||||
<outlet property="rightBarButtonItem" destination="u2a-vi-nHQ" id="zsl-st-de9"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue