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.
のルールに従っていくつかのデータを辞書に入れ、NSJSONSerializationを取得しましたJSONString。AFNetworkingこのJSONオブジェクトをサーバーに送信するにはどうすればよいですか?
NSJSONSerialization
JSONString
AFNetworking
名前、名前、番号などのフォームから情報を渡して、サーバーに送信する必要があります。それは可能ですか?
AFNetworking投稿を行う機能が組み込まれています。これが詳細なチュートリアルです。
http://samwize.com/2012/10/25/simple-get-post-afnetworking/