kamulog

xamarin.formsのネタなど

Prism.Forms 6.3.0 から 7.0.0 へのマイグレーションに関するメモ

Prism.Forms 7.0.0 のリリースから結構経ってしまいましたが、ようやく更新に手がつけられたので、6.3.0からの更新方法などのメモを残しておきます。

  • DIコンテナの抽象化
    • Navigation用のぺージクラス登録
    • その他のクラスの登録
    • IPlatformInitializer
  • カスタムNavigationServiceの登録方法
  • 6.3.0の頃のNavigationService時のコードをそのまま使えるようにする(カスタムNavigationService実装例)
  • まとめ
続きを読む

なるべく最小の Vue.js 単一ファイルコンポーネント 環境構築メモ

vue-cliを使わず極力最小の構成でのVue.js単一ファイルコンポーネントの環境を作るためのメモです。

リポジトリ

https://github.com/muak/VueSingleFileComponentMinimum

完成したもの

hogeクリックで増殖するだけです。

続きを読む

Xamarin.Forms Guides「iOS Platform-Specifics」の日本語訳(の練習)

https://developer.xamarin.com/guides/xamarin-forms/platform-features/platform-specifics/consuming/ios/ 2018年2月5日時点の翻訳です。

  • 注意事項
  • iOS Platform-Specifics
    • Applying Blur
    • Displaying Large Titles
    • Enabling the Safe Area Layout Guide
    • Making the Navigation Bar Translucent
    • Adjusting the Status Bar Text Color Mode
    • Adjusting the Font Size of an Entry
    • Controlling Picker Item Selection
    • Setting the Status Bar Visibility on a Page
    • Delaying Content Touches in a ScrollView
    • Summary
  • 感想
  • 次回予定
続きを読む