Useful Article Links in Studying Swift
Tech-Today

Useful Article Links in Studying Swift


1.) For studying the basic of swift :
     file:///Users/czetsuya/Downloads/404_advanced_swift.pdf-,%20attachment

2.) Useful for studying "Case Classes"
     http://masteringios.com/blog/2014/06/26/hello-swift/2/

3.) “Building Adaptive Apps with UIKit” 
     https://developer.apple.com/videos/wwdc/2014/

4.)  Size Classes With Xcode 6: One Storyboard For All Sizes
      http://www.learnswift.io/blog/2014/6/12/size-classes-with-xcode-6-and-swift




- How To Display A Date With Textfield Click With Swift
Displaying Date with TextField Click with Swift First you must have a textfield connected to storyboard. @IBOutlet weak var txtField_helloDatePicker: UITextField! Next you should have a constant of UIDatePicker type. let datePicker...

- Webview Tutorial In Ios 8 With Swift
The UIWebView class is use to embed web content in an application. It can be done by simply creating a UIWebView object and attaching it to a window and then sending it a request to load web content. Open Xcode and create a new Single View Application....

- Mobile Development
iPhone / XCode DevelopmentCreate an iphone application using xcode that dynamically creates sqlite tablesMy Todo List iphone application development using xcodeiPhone Development Making the Slider control workHow TosCreate an image slide show in iphone...

- How To Access Asp:textbox With Runat=server Attribute In Javascript
For example you have a textbox which has a default value, and you want to clear that value when the user click on the textbox: <asp:TextBox ID="txtBox" runat="server" onclick="clear()" Text="Enter Keyword" /> <script type="text/javascript">...

- Iphone Command Line Tool Development, Working With Framework Classes
iPhone command line tool development, working with framework classes I was studying iPhone when I found this video tutorial and online exercises from Stanford University. I think they offered this course last 2009. So I'm gonna follow their videos,...



Tech-Today








.