iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
Mobile Development

App從開發到上架 系列

App從前端,後端,到上架過程紀錄

鐵人鍊成 | 共 30 篇文章 | 0 人訂閱 訂閱系列文 RSS系列文 團隊IMAC_iOS_老菜雞組
DAY 11

Day11: iOS 開發:畫面建構(會員) - MemberShipViewController

今天先把會員介面先建立起來: <?xml version="1.0" encoding="UTF-8"?>...

2023-09-26 ‧ 由 fox3allenwan 分享
DAY 12

Day13: iOS 開發:畫面功能(會員) - 基本註冊

今天是實作Firebase的功能:程式碼如下 import UIKit import FirebaseAuth import Firebase class Me...

2023-09-27 ‧ 由 fox3allenwan 分享
DAY 13

Day14: iOS 開發:畫面功能(會員) - 透過第三方來登入

今天是實作Google登入,程式碼如下: // // MemberShipViewController.swift // FoodDemo // // C...

2023-09-28 ‧ 由 fox3allenwan 分享
DAY 14

Day15: iOS 開發:畫面建構(最新消息) - NewsViewController

<?xml version="1.0" encoding="UTF-8"?> <document ty...

2023-09-29 ‧ 由 fox3allenwan 分享
DAY 15

Day16: iOS 開發:畫面功能(最新消息) - Notification

AppDelegate import UIKit import Firebase import FirebaseAuth import GoogleSignIn...

2023-09-30 ‧ 由 fox3allenwan 分享
DAY 16

Day18: iOS 開發:畫面功能(電子錢包) - 金流的SandBox

import UIKit import PassKit class WalletViewController: BaseViewController {...

2023-10-01 ‧ 由 fox3allenwan 分享
DAY 17

Day19: iOS 開發:畫面建構(查找附近餐廳) - FindRestaurantViewController

<?xml version="1.0" encoding="UTF-8"?> <document ty...

2023-10-02 ‧ 由 fox3allenwan 分享
DAY 18

Day20: iOS 開發:畫面功能(查找附近餐廳) - CoreLocation、LocationManager

import UIKit import CoreLocation import MapKit class ViewController: UIViewCont...

2023-10-03 ‧ 由 fox3allenwan 分享
DAY 19

Day21: iOS 開發:串接API之前的準備 - NetWorkManager

// // NetworkManager.swift // AndesDemo // // Created by Wang Allen on 2022/9...

2023-10-04 ‧ 由 fox3allenwan 分享
DAY 20

Day22: iOS 開發:編寫後端的開發工具 - IntelliJ IDEA、PostMan

後端API開發:IntelliJ IDEA和Postman的無縫整合 在現代軟體開發中,後端API的開發變得愈來愈重要。它們是不同系統之間溝通的橋樑,為前端應用...

2023-10-05 ‧ 由 fox3allenwan 分享