zoukankan      html  css  js  c++  java
  • XCode catalogue

    naming function is a hard work! but it's funning,hahaha~~ 

    actually,it's all my summit about the name of function . tell me your idea,please 

    it's seperated by M-V-C . let's begain with Part-One viewController:

    PART-ONE:(viewcontroller)

    1.viewWillAppear:
    2.viewDidAppear:
    3.viewDidLoad
    4.didReceiveMemoryWarning
     
    界面上的view
    1.initMainView
    2.initAnimationView
    3.initBottomButtonView
    4.initFinishView
    5.refreshView
    6.loadWebview
     
    界面上的button/label等
    setPower
    setModel
    setSwitch
    setShare
     
    界面上的按钮点击
    shareButtonClicked
    orderButtonClicked
    finishButtonClicked
     
    弹出其他界面Show
    showDialogWithType
     
    Delegate
    textFiledChangeValue 
     
    PART-TWO:(view)

    viewcontroller :
    1.viewWillAppear:
    2.viewDidAppear:
    3.viewDidLoad
    4.didReceiveMemoryWarning
     
    界面上的view
    1.initMainView
    2.initAnimationView
    3.initBottomButtonView
    4.initFinishView
    5.refreshView
    6.loadWebview
     
    界面上的button/label等
    setPower
    setModel
    setSwitch
    setShare
     
    界面上的按钮点击
    shareButtonClicked
    orderButtonClicked
    finishButtonClicked
     
    弹出其他界面Show
    showDialogWithType
     
    Delegate
    textFiledChangeValue
     
    part-two view
     
    1.initWithFrame:
    2.drawRect:
    3.drawTemperatureView
    4.drawProgressCount
     
    elements of view
    1.setLabelCurrentTemperature
    2.setLabelOrderTime
    3.setCircleWidth
    4.setProgressLineWidth
     
    angle
    1.angleFromStartPoint
     
    time
    1.timeFromNow
     
    gesture
    1.handleTapGesture
    2.handleLongPressGesture 
     
  • 相关阅读:
    【题解】魔术棋子
    NHOI2019小结
    【题解】滑雪
    【题解】最大平台
    【题解】洪水
    【题解】N皇后问题
    【题解】四色定理
    使用Docker快速搭建Jenkins
    使用Docker快速搭建Gitlab
    测试用Docker Swarm环境搭建
  • 原文地址:https://www.cnblogs.com/tony0571/p/5448683.html
Copyright © 2011-2022 走看看