Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキスト フィールドを数式の変数に変換できるコードを探しています。テキスト フィールドを設定しました。クリックするとテンキーが表示されます。リンクするだけです。提案?
詳細がなければ、テキストフィールドから何かを抽出するためだけに、私は本当に助けにはなりません
テキストフィールドから文字列を取得して、intに変換するだけですか?
NSString *variable = textfield.text; int x= [variable intValue];