ios
APNS(Apple Push Notification Service)用に発行した証明書(cerファイル)をサーバ側で保持しておく際にはパスフレーズを外したpemにしておきたい。というわけでその手順を毎回忘れるのでメモっておく。 以下はDistribution用の証明書(aps_production.ce…
目的の画像をmyButton.png、1x1透過pngをtransparent.pngとする。 UIBarButtonItem *item = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"myButton"] style:UIBarButtonItemStylePlain target:aTarget action:anAction]; [item setBackgro…
はてなブログでテーブルが書けなくてqiitaに移した