Categories
- Code (3)
- Code Snippets (12)
- git (1)
- Hardware (1)
- News (5)
- Objective-C (6)
- Precompiled (4)
- Programming (1)
- Review (1)
- Swift (9)
- Swift Standard Library (3)
- Tips (3)
- Tutorial (22)
- Uncategorized (3)
- WWDC (1)
-
Recent Posts
Meta
-
Tag Archives: UIKit
Tutorial: All About Images (Part 2) — Panning & Zooming with UIScrollView
In this tutorial I will explain how to embed a UIImageView in a UIScrollView to allow zooming and panning of images, similar to Apple’s Photo app. I’ll dig a little bit deeper than most tutorials on the web and explain … Continue reading
Tutorial: Building a Web Browser with UIWebView (Part 3)
This tutorial is part three of a three part tutorial on creating a web browser using UIWebView (see Part 1 & Part 2). A screenshot of the completed project is shown in Figure 1. If you completed part two of … Continue reading
Posted in Tutorial
Tagged Keyboard, NSError, UIAlertView, UIKit, UITextField, UIWebView, User Input
12 Comments