kamulog

xamarin.formsのネタなど

なるべく最小の 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
  • 感想
  • 次回予定
続きを読む

App Center で初めてXamarin.Formsのプロジェクトをビルドして気になったところ

先日App Center祭りに参加して、その有用性を実感してて、是非活用したいなと思いつつ後回しになっていましたが、最近ようやく復習帳のプロジェクトをApp Centerでビルドしてみました。

だいたいうまくいったんですが、いくつか気になるところがあったのでメモしておきます。

続きを読む