いちたか(たきあ)
@takaTikiDesu
Followers
120
Following
313
Media
103
Statuses
689
iOSアプリエンジニア 都内の会社にフルリモート中 アイコンはゴッホ作(AI) 海外サッカー #アーセナル 料理 #Guiano #Orangestar #日食なつこ オードリー ハライチの深夜ラジオとかも好き。 細々と個人開発アプリも作ったり
Joined April 2023
結局内製することがプロダクトひいてはユーザーにとって嬉しくなることの近道やと思う
ゆめみ、JR東日本の「Suicaアプリ」内製化を支援 社内エンジニアもOJTで育成 https://t.co/keihn9TYuP
0
0
0
ToolbarSpacer 上手く機能しないな〜って思ったら、 Toolbarでplacement指定してたら、ToolbarSpacerのinit時にもplacementを指定する必要があった https://t.co/FqBo1dzqEy
developer.apple.com
Creates a toolbar spacer item with the specified sizing behavior and placement.
0
0
1
App Store Connectで前から来てたこのアンケート 12月からのスマホ法とかの施工に対する対策にも見える 競争が増えることで、より良い機能を作ることが求められるから良いね。ストア周りもいろいろアップデートしてくれい。
0
0
0
Icon Composer で作ったアイコンをXcodeに設定するのAssetsとかじゃなくて、Icon Composer自体のファイルをXcodeのプロジェクトファイル下にするのか。 https://t.co/LHzTMdmaS7
developer.apple.com
Use Icon Composer to stylize your app icon for different platforms and appearances.
0
0
1
OptionSetプロトコルとか、意識してなかった。このプロトコルのおかげでこういう書き方ができるのか。 let singleOption: ShippingOptions = .priority let multipleOptions: ShippingOptions = [.nextDay, .secondDay, .priority] let noOptions: ShippingOptions = [] https://t.co/Thya2rLcbS
developer.apple.com
A type that presents a mathematical set interface to a bit set.
0
0
0