iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
Mobile Development

swift 新手路程 系列

大三進入實驗室,新手接觸swift語法的歷程

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

Day21 泛型API 3

請求設置函數 private func handelHttpMethod <E: Encodable>(method: HttpMethod, pa...

2023-10-01 ‧ 由 lun_lin 分享
DAY 22

Day 22 泛型API 4

URL 處理函數 在上篇的 handelHttpMethod 函數中,有一個名為 requestwithURL 的私有輔助函數,它用於處理 URL 字符串和參數...

2023-10-02 ‧ 由 lun_lin 分享
DAY 23

Day23 BlueTooth 1

class BluetoothServices: NSObject { static let shared = BluetoothServic...

2023-10-03 ‧ 由 lun_lin 分享
DAY 24

Day 24 BlueTooth 2

CBCentralManagerDelegate的實現 extension BluetoothServices: CBPeripheralDelegate {...

2023-10-04 ‧ 由 lun_lin 分享
DAY 25

Day 25 BlueTooth 3

在這個第三篇文章中,我們將深入探討CBPeripheralDelegate協議的實現,該協議用於管理周邊(Peripheral)藍牙角色的事件。CBPeriph...

2023-10-05 ‧ 由 lun_lin 分享
DAY 26

Day 26 BlueTooth 4

CBPeripheralManagerDelegate的實現在這個第四篇文章中,我們將深入探討CBPeripheralManagerDelegate協議的實現,...

2023-10-06 ‧ 由 lun_lin 分享
DAY 27

Day27 BlueTooth 5

使用BluetoothServices類別實現藍牙連接和數據交換在這個第五篇文章中,我們將總結BluetoothServices類別的功能,並說明如何使用它來實...

2023-10-07 ‧ 由 lun_lin 分享
DAY 28

Day 28 Alert

// // Alert.swift // Seknova-Practice // // Created by imac-2437 on 2023/9/20...

2023-10-08 ‧ 由 lun_lin 分享
DAY 29

Day29 正則帳號密碼

class MainViewController: UIViewController { let accountRegex = "[A-Z0...

2023-10-09 ‧ 由 lun_lin 分享
DAY 30

Day30 感想、回顧

升入大三加入實驗室,對我來說是一個挑戰,因為在加入之前我只是一個不太會寫程式的偽資工人,讀的是資工,但平時花最多時間的是玩遊戲和滑短影音,不是寫code,但是加...

2023-10-10 ‧ 由 lun_lin 分享