2020-11-01から1ヶ月間の記事一覧

mstdn.guruのトゥートを表示

2023/3/4 確認 QiitaのAPIでタイトルを表示 を元に作成 Getting started with the API - Mastodon documentation Fetching public timelines Playing with public data - Mastodon documentation $ curl https://mstdn.guru/api/v1/timelines/public | jq | …

RxSwift

入門!RxSwift - OPEN8テックブログ

DatePicker

iOS14でのUIDatePickerの挙動について(UIKit) - Qiita

RxSwift

初心者によるRxSwiftのデモ - Qiita ViewControllerにおいて、ボタンと反応するメソッドが一対一では無くなり、見やすくなっています。 ViewModelにおいて、delegate?.updateCountのようにデータ更新の通知を行わなくても良くなっています。イベントが発生し…

StoryboardからSwiftUIの画面を表示

StoryboardからSwiftUIで作ったUIを呼び出す方法 - Qiita import SwiftUI struct SwiftUIView: View { var body: some View { Text("Hello, World!") } } struct SwiftUIView_Previews: PreviewProvider { static var previews: some View { SwiftUIView() }…

Firebase Firestore

2022/2/11確認 SimulatorでFirebaseのViewControllerを開いた時に、Firestore Databaseにデータを追加できた。 Podfileに追加 pod 'Firebase/Core' pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :ta…

Rakuten COVID-19 API

https://api.rakuten.net/collection/coronavirus-covid-19

Alamofire

APISampleAlmofire/ViewController.swift at 229d5cd5db2fd6d934686b2393f3e08e1e37bd87 · togamin/APISampleAlmofire · GitHub