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
{ | |
"type": "bubble", | |
"hero": { | |
"type": "image", | |
"url": "https://cdn.oneesports.gg/cdn-data/2023/04/LeagueofLegends_MSI2023_Theme_Defy-1024x576.jpg", | |
"size": "full", | |
"aspectRatio": "16:9" | |
}, | |
"body": { | |
"type": "box", |
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
{ | |
"type": "bubble", | |
"body": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "text", | |
"text": "บัตรเครดิตของคุณ Son", | |
"weight": "bold", |
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
{ | |
"type": "bubble", | |
"hero": { | |
"type": "image", | |
"url": "https://s.isanook.com/ns/0/rp/rc/w670h402/yatxacm1w0/aHR0cHM6Ly9zLmlzYW5vb2suY29tL25zLzAvdWQvMTc2NC84ODIxNTc0L2xvdHRlcnktMTYtYXByaWwtMjAyMy5qcGc=.jpg", | |
"size": "full", | |
"aspectRatio": "20:13", | |
"aspectMode": "cover", | |
"action": { | |
"type": "uri", |
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
{ | |
"type": "bubble", | |
"size": "kilo", | |
"header": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [] | |
}, | |
"hero": { | |
"type": "image", |
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
{ | |
"type": "bubble", | |
"size": "mega", | |
"header": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "box", | |
"layout": "vertical", |
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
{ | |
"type": "bubble", | |
"header": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "box", | |
"layout": "horizontal", | |
"contents": [ |
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
// | |
// CustomSecureTextField.swift | |
// | |
// | |
// Created by Chanchana Koedtho on 15/9/2566 BE. | |
// | |
import Foundation | |
import SwiftUI | |
import UIKit |
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
// | |
// NSParagraphStyleEx.swift | |
// AppStarterKit | |
// | |
// Created by Chanchana Koedtho on 20/1/2565 BE. | |
// | |
import Foundation | |
import UIKit |
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
// | |
// LongPressGestureRecognizerExtension.swift | |
// AppStarterKit | |
// | |
// Created by Chanchana Koedtho on 31/3/2564 BE. | |
// | |
import Foundation | |
import RxSwift |
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
// | |
// CustomRatingView.swift | |
// AppStarterKit | |
// | |
// Created by MAC-KHUAD on 26/10/2563 BE. | |
// Copyright © 2563 megazy. All rights reserved. | |
// | |
import UIKit | |
import RxSwift |