Pinned Repositories
CopyableCell
A demo iPhone project that shows how to make UITableView cells copyable.
CustomizingNavigationBarBackground
This is a demo project that shows how to customize the appearance of UINavigationBar in iPhone apps by drawing custom backgrounds and changing the tint color. It also supports both portrait and landscape interface orientations.
DisableSubviews
A handy NSView category for disabling & enabling UI elements in Cocoa apps.
EmailableCell
A demo iPhone project that shows how to make UITableView cells with email addresses copyable and emailable.
GANHelpersDemo
A demo application showing how to use GANHelpers, a helper class for accessing google analytics in iOS apps.
SSCheckBoxView
SSCheckBoxView is a check box UI control for iOS apps.
SSLocationManager
SSLocationManager is a compact obj-c library written for iOS for obtaining detailed location information using CoreLocation and Yahoo! PlaceFinder API.
SSPhotoCropperViewController
SSPhotoCropperViewController is a custom view controller that provides UI for cropping and scaling photos in iPhone / iPod Touch apps.
UIDevice-SystemVersion
A simple, handy UIDevice category that makes checking system version easy in iOS apps.
UIWebViewHttpStatusCodeHandling
A demo iOS project to demonstrate how to detect and handle http status codes while using UIWebViews.
ahmetardal's Repositories
ahmetardal/SSPhotoCropperViewController
SSPhotoCropperViewController is a custom view controller that provides UI for cropping and scaling photos in iPhone / iPod Touch apps.
ahmetardal/SSCheckBoxView
SSCheckBoxView is a check box UI control for iOS apps.
ahmetardal/CopyableCell
A demo iPhone project that shows how to make UITableView cells copyable.
ahmetardal/EmailableCell
A demo iPhone project that shows how to make UITableView cells with email addresses copyable and emailable.
ahmetardal/CustomizingNavigationBarBackground
This is a demo project that shows how to customize the appearance of UINavigationBar in iPhone apps by drawing custom backgrounds and changing the tint color. It also supports both portrait and landscape interface orientations.
ahmetardal/SSLocationManager
SSLocationManager is a compact obj-c library written for iOS for obtaining detailed location information using CoreLocation and Yahoo! PlaceFinder API.
ahmetardal/DisableSubviews
A handy NSView category for disabling & enabling UI elements in Cocoa apps.
ahmetardal/UIWebViewHttpStatusCodeHandling
A demo iOS project to demonstrate how to detect and handle http status codes while using UIWebViews.
ahmetardal/GANHelpersDemo
A demo application showing how to use GANHelpers, a helper class for accessing google analytics in iOS apps.
ahmetardal/UIDevice-SystemVersion
A simple, handy UIDevice category that makes checking system version easy in iOS apps.
ahmetardal/PresentingCustomViewsModally
A demo iPhone project that shows how to present custom views in a modal manner. Supports both portrait and landscape interface orientations.
ahmetardal/ToDoListApp
A simple demo application I've written in a seminar I gave on "Introduction to iPhone Development" at Kadir Has University in İstanbul, on Mar 24, 2011.
ahmetardal/AsyncImageLoadingExample
This is a demo iPhone project briefly describing how to load images in background while the app is running without making the UI unresponsive. The same logic can be applied to any type of resources other than images.
ahmetardal/EyeballAnimation
A simple demo application to give an idea on iPhone game development with UIKit framework.
ahmetardal/TwitterSearchApp
A simple demo application I've written for a lecture I gave on "iPhone Development" at Kadir Has University in İstanbul, on April 26, 2011.
ahmetardal/CE241--Fall-08
Lab assignments, documents and all source code for the CE241-Programming Languages course taught at Kadir Has University(khas.edu.tr), in Fall '08, by me as the TA.
ahmetardal/CE242--Spring-09
Lab assignments, documents and all source code for the CE242-Data Structures and Algorithms course taught at Kadir Has University(khas.edu.tr), in Spring '09, by me as the TA.
ahmetardal/CE242--Spring-10
Lab assignments, documents and all source code for the CE242-Data Structures and Algorithms course taught at Kadir Has University(khas.edu.tr), in Spring '10, by me as the TA.
ahmetardal/NetworkActivityIndicatorManager
A simple class for managing system network activity indicator in iOS apps.
ahmetardal/snippets
ahmetardal/django-scarface
Send push notifications to mobile devices using Amazon SNS
ahmetardal/jquery.scrollTo
ahmetardal/react-native-video
A <Video /> component for react-native
ahmetardal/sspulltorefresh
Simple and highly customizable pull to refresh view
ahmetardal/swift-unity
Sample code that integrate Unity (2017.1+) scene into iOS (Swift 4.0, Xcode 9+) project.