xyk blog

最近は iOS 開発の記事が多めです。

2014-09-09から1日間の記事一覧

UIPickerView を試す

環境:iOS SDK 7.1 1. UIViewControllerを継承したPickerViewControllerクラスを作成する PickerViewController.h PickerViewController.m 2. AppDelegateクラスを修正し、PickerViewControllerに遷移するようにする。 AppDelegate.m #import "AppDelegate.h…

UIActionSheet を試す

環境:iOS SDK 7.1 1. UIViewControllerを継承したSampleViewControllerクラスを作成する SampleViewController.h SampleViewController.m 2. AppDelegateクラスを修正し、SampleViewControllerに遷移するようにする AppDelegate.m #import "AppDelegate.h" …