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 
     
  • 相关阅读:
    C# 編譯錯誤 CS0016 解決方案
    Javascript 日期
    Javascript Url处理
    Linq中in用法
    oracle中的排名函数用法
    webservices [WebServiceBinding(ConformsTo = WsiProfiles.None)]
    C#中的多态
    C# Math类简介 (转)
    客服工单任务系统发展简史 商商
    jQuery LigerUI 使用教程表格篇(2) 服务器数据交互
  • 原文地址:https://www.cnblogs.com/tony0571/p/5448683.html
Copyright © 2011-2022 走看看