<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ios on Roger Molas</title>
    <link>http://blog.rogermolas.com/tags/ios/</link>
    <description>Recent content in Ios on Roger Molas</description>
    <generator>Hugo -- gohugo.io</generator>
    <managingEditor>contact@rogermolas.com (Roger Molas)</managingEditor>
    <webMaster>contact@rogermolas.com (Roger Molas)</webMaster>
    <copyright>(c) 2017 - 2018 Roger Molas -- All rights reserved.</copyright>
    <lastBuildDate>Mon, 29 Jun 2015 09:44:00 +0000</lastBuildDate>
    
	<atom:link href="http://blog.rogermolas.com/tags/ios/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>New iOS9 String Transformations API</title>
      <link>http://blog.rogermolas.com/posts/new-ios9-string-transformations-api/</link>
      <pubDate>Mon, 29 Jun 2015 09:44:00 +0000</pubDate>
      <author>contact@rogermolas.com (Roger Molas)</author>
      <guid>http://blog.rogermolas.com/posts/new-ios9-string-transformations-api/</guid>
      <description>String transformations formerly done using CFStringTransform a part of Core Foundation Framework. In iOS 9 string transformation can be done along with the new “NSStringTransform*” constants a native Cocoa API and no need to deal with bridging to CFStringRef.
Here are some of my favorite transformations that can be done with the new NSStringTransform* API.
print(&amp;quot;roger&amp;quot;.stringByApplyingTransform(NSStringTransformLatinToGreek, reverse: false)!) //ῤογερ print(&amp;quot;roger&amp;quot;.stringByApplyingTransform(NSStringTransformLatinToHangul, reverse: false)!) //로겔 print(&amp;quot;\uD83D\uDC2E&amp;quot;.stringByApplyingTransform(NSStringTransformToUnicodeName, reverse: false)!) //{COW FACE}  </description>
    </item>
    
    <item>
      <title>WatchKit Framework</title>
      <link>http://blog.rogermolas.com/posts/watchkit-framework/</link>
      <pubDate>Wed, 13 May 2015 10:14:00 +0000</pubDate>
      <author>contact@rogermolas.com (Roger Molas)</author>
      <guid>http://blog.rogermolas.com/posts/watchkit-framework/</guid>
      <description>WatchKit is the new framework created by Apple for Apple Watch development, WatchKit is available starting Xcode 6.2 and iOS 8.2.
Analogous to UIKit for iOS apps, the framework allows developers to drop in custom interfaces and interact with your existing iOS app.
When app is launched on Apple Watch, the WatchKit extension on iPhone runs in the background to update the user interface and respond to user interactions.</description>
    </item>
    
    <item>
      <title>iOS Dependency Management</title>
      <link>http://blog.rogermolas.com/posts/ios-dependency-management/</link>
      <pubDate>Fri, 10 Apr 2015 06:00:00 +0000</pubDate>
      <author>contact@rogermolas.com (Roger Molas)</author>
      <guid>http://blog.rogermolas.com/posts/ios-dependency-management/</guid>
      <description>As an iOS developer, you certainly use a third-party libraries or a source code made by others to extend your app’s abilities. At first, it seems easy, just drag and drop some source code or libraries in your Xcode project or drag and drop an entire subproject into the parent project and you are done.
Just imagine how difficult it would be if you had to implement everything from scratch!</description>
    </item>
    
  </channel>
</rss>