- Observable object
- Keyboard avoiding
- Animation
- Translate Chinese characters to pinyin
- The
TextField
cannot process Chinese character (Xcode GM2 bug) - The observed object
User
doesn't passes as@Binding
to PYTextFieldView cus it breaks animation somehow. - The enum
PYTextFieldType
's raw value doesn't display localized string, so I have to create a get method.
- PY means PinYin instead of PiYan