This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using UnityStandardAssets.CrossPlatformInput; | |
| public class DriveCar : MonoBehaviour { | |
| //Car Speed Movement | |
| public float speed = 10.0F; | |
| //Left Right Car Movement Speed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // API callback | |
| handleResponse({ | |
| "kind": "blogger#postList", | |
| "items": [ | |
| { | |
| "kind": "blogger#post", | |
| "id": "6115084825707264721", | |
| "blog": { | |
| "id": "1961645108677548855" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "albumId": 1, | |
| "id": 1, | |
| "title": "accusamus beatae ad facilis cum similique qui sunt", | |
| "url": "https://via.placeholder.com/600/92c952", | |
| "thumbnailUrl": "https://via.placeholder.com/150/92c952" | |
| }, | |
| { | |
| "albumId": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": "wXt0DiISf38", | |
| "created_at": "2018-10-22T06:00:30-04:00", | |
| "updated_at": "2018-11-10T11:00:55-05:00", | |
| "width": 3031, | |
| "height": 5388, | |
| "color": "#91DFE5", | |
| "description": "Reef shark swimming in the Maldives", | |
| "urls": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func Alert (Message: String){ | |
| let alert = UIAlertController(title: "لا يوجد انترنت", message: Message, preferredStyle: UIAlertControllerStyle.alert) | |
| alert.addAction(UIAlertAction(title: "OK", style: UIAlertActionStyle.default, handler: nil)) | |
| self.present(alert, animated: true, completion: nil) | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| }, | |
| { | |
| "name": "Believer", | |
| "no3": "", | |
| "tare5": "2018", | |
| "t8em": "6.3", | |
| "i89h": "", | |
| "urlDir": "", | |
| "children": "Shiloh Nouvel Jolie-Pitt, Maddox Chivan Jolie-Pitt", | |
| "imge": "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "status": "ok", | |
| "count": 1, | |
| "count_total": 1, | |
| "pages": 1, | |
| "posts": [ | |
| { | |
| "id": 50, | |
| "type": "post", | |
| "image": "http://myasiadata.eb2a.com/wp/wp-content/uploads/2018/11/IMG_8586.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "actors": [ | |
| { | |
| "name": "Believer", | |
| "no3": "اكشن جريمة درامي", | |
| "tare5": "22 مايو 2018", | |
| "t8em": "N/A", | |
| "i89h": "تتبع الاحداث خطى المحقق وون هو في سعيه لالقاء القبض على زعيم اكبر عصابة مخدرات بكوريا الجنوبية ومن احل تحقيق هدفه يتعاون مع احد اعضاء العصابة والذي يسعى للانتقام من الزعيم لي ", | |
| "urlDir": "https://openload.co/embed/VXbr-yPpDfI/", | |
| "children": "Shiloh Nouvel Jolie-Pitt, Maddox Chivan Jolie-Pitt", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "actors": [ | |
| { | |
| "name": "Believer", | |
| "no3": "اكشن جريمة درامي", | |
| "tare5": "22 مايو 2018", | |
| "t8em": "N/A", | |
| "i89h": "تتبع الاحداث خطى المحقق وون هو في سعيه لالقاء القبض على زعيم اكبر عصابة مخدرات بكوريا الجنوبية ومن احل تحقيق هدفه يتعاون مع احد اعضاء العصابة والذي يسعى للانتقام من الزعيم لي ", | |
| "urlDir": "https://openload.co/embed/VXbr-yPpDfI/", | |
| "children": "Shiloh Nouvel Jolie-Pitt, Maddox Chivan Jolie-Pitt", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| first need add This into pod file | |
| --------------------------------- | |
| pod 'Alamofire', '~> 4.4' | |
| pod 'AlamofireImage', '~> 3.1' | |
| --------------------------------- | |
| code for ViewController | |
| ----------------------- | |
| // ViewController.swift | |
| // API 12 |