跳到主要內容

發表文章

目前顯示的是 4月, 2016的文章

CoronaSDK scene template

----------------------------------------------------------------------------------------- -- -- covermenu.lua -- TapTapUFO -- -- Created by Kirk Hsu on 2016/04/06. -- Copyright © 2016年 Kirk Hsu. All rights reserved. -- ----------------------------------------------------------------------------------------- -- 引入各種函試庫 local widget = require("widget") local composer = require("composer") local scene = composer.newScene() -- 以下為定義變數 -- 以上為定義變數 -- 以下為定義其他函式 -- 以上為定義其他函式 -- composer function scene:create(event) local screenGroup = self.view print("scene create") -- todo end function scene:show(event) if event.phase == "did" then print("scene did show") -- todo end end function scene:hide(event) if event.phase == "will" then print("scene will hide") -- todo end end function scene:destroy(event) if event.phase == "will" then print("scene will destroy") -- todo end end scene:addE

Corona SDK template

----------------------------------------------------------------------------------------- -- -- main.lua -- ProjectName -- -- Created by Kirk Hsu on 2016/04/06. -- Copyright © 2016年 Kirk Hsu. All rights reserved. -- ----------------------------------------------------------------------------------------- --display.setStatusBar( display.DefaultStatusBar ) --display.setStatusBar( display.DarkStatusBar ) display.setStatusBar( display.HiddenStatusBar ) --display.setStatusBar( display.TranslucentStatusBar ) -- 以下為定義變數 -- 以上為定義變數 local main = function() end -- 以下為定義其他函式 -- 以上為定義其他函式 main() -- 呼叫main()函式

iOS作品集(2016/03/31)

APP專案作品︰ 顯示加密內文 自己的作品︰ 台股評價分析   台股營收分析   台股獲利分析   選擇權策略   靠譜(for iPad)   LiveTV