use_frameworks! target "ターゲット名" pod 'TextFieldEffects' post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |configuration| configuration.build_settings['SWIFT_VERSION'] = "3.0" end end end storyboardから利用する TextFieldEffectsでは(現時点で)9種類のエフェクトがあります。 どのエフェクトタイプを使うにしても基本的に使い方は一緒です。 1.UITextFieldを置く storyboard上にUITextFieldを配置します。 2.制約をつける 適宜、制約を
![[iOS][Swift3.0] テキスト入力時のエフェクトが美しいTextFieldEffects | DevelopersIO](https://cdn-ak-scissors.b.st-hatena.com/image/square/c83d413afe58d904e71a2ee3e849a272825f43c1/height=288;version=1;width=512/https%3A%2F%2Fdevio2023-media.developers.io%2Fwp-content%2Fuploads%2F2015%2F01%2Fios_ui.png)