コンテンツへスキップ
Dev-Dev

Dev-Dev

開発覚書

おうち性教育はじめますおうち性教育はじめます2子育てベスト100だいじ だいじ どーこだ?医者が飲まない薬私が見た未来 完全版
  • HOME
  • にゃんこ大戦争
  • メガニケ
  • Privacy Policy

投稿者: dev

【swift】UIButtonのラベルの改行

2016年10月12日 dev Swift コメントを残す
【swift】UIButtonのラベルの改行

UIButtonのラベルを改行させるの方法 【Swift】UIButtonのテキストを複&#x

Continue reading

【swift】iPadでUIImagePickerControllerを使ってフォトライブラリから画像を読み込むとトリミングがおかしい

2016年10月11日 dev Swift コメントを残す
【swift】UIButtonのラベルの改行

iPadで、UIImagePickerControllerを使う時、なんかトリミングがおかしくなる。 sourceType を UIImagePickerControllerSourceType.camera (カメラ)

Continue reading

【swift】アラート(Alert) / アクションシート(ActionSheet)

2016年10月11日 dev Swift コメントを残す
【swift】UIButtonのラベルの改行

アラート と アクションシート let alert: UIAlertController = UIAlertController(title: “アラート”, message: “アラート”, preferredStyl

Continue reading

【swift】itunesの曲の再生と曲の終了イベント

2016年10月9日 dev Audio, Swift コメントを残す
【swift】UIButtonのラベルの改行

MPMediaPickerController から取得した MPMediaItem を元に曲を再生する。 ,AVAudioPlayerDelegate func setPlay(item: MPMediaItem) {

Continue reading

【Adobe AIR】 書き出しができない!「AIRファイル作成エラー could not generate timestamp: remote host closed connection during handshake」

2016年10月5日 dev Adobe AIR コメントを残す
【swift】UIButtonのラベルの改行

AIRファイルを書き出ししようとしたら、 「AIRファイル作成エラー could not generate timestamp: remote host closed connection during handshak

Continue reading

【swift】プッシュ通知 iOS10

2016年10月4日 dev push通知, Swift コメントを残す
【swift】UIButtonのラベルの改行

デバイストークン取得&通知 class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplic

Continue reading

【swift】UIView カスタム描画と背景透過

2016年10月2日 dev Swift コメントを残す
【swift】UIButtonのラベルの改行

十字のマークを描いてみた、もっと効率のよい背景透過のやり方はあるのだろうか? class CrossDraw: UIView { override func draw(_ rect: CGRect) { let myRe

Continue reading

【swift】画面遷移

2016年10月2日 dev Swift コメントを残す
【swift】UIButtonのラベルの改行

画面1から画面2へ遷移 画面1のビューコントローラーに以下を追記し、 performSegue(withIdentifier: “next”,sender: nil) 画面1からCtrlボタンを押しながら、画面2にドラッ

Continue reading

【swift】データ保存 UserDefaults

2016年10月2日 dev Swift コメントを残す
【swift】UIButtonのラベルの改行

var userDefaults = UserDefaults.standard //保存 userDefaults.set(String(111),forKey:”key1″) userDefaults.synchro

Continue reading

【swift】写真ピッカー UIImagePickerController

2016年10月2日 dev Swift コメントを残す
【swift】UIButtonのラベルの改行

if UIImagePickerController.isSourceTypeAvailable(UIImagePickerControllerSourceType.photoLibrary){ let imagePic

Continue reading

投稿ナビゲーション

«前の記事 1 … 127 128 129 130 次の記事»

Google 検索

サイト内 検索

WordPress Theme: Tortuga by ThemeZee.