have a lot going for

原文解釋: to have many good qualities or advantages that will make it easier for you to succeed

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()

full plate

原文解釋: a full schedule; a lot to do

文章標籤

Will 發表在 痞客邦 留言(1) 人氣()

先將按鈕所需圖片複製進入專案並加入以下程式碼:

if( [[sender imageForState:UIControlStateNormal] isEqual:[UIImage imageNamed:@"button-on.png"]])
       {
           [sender setImage:[UIImage imageNamed:@"button-off.png"] forState:UIControlStateNormal];
           // other statements
       }
else
       {
           [sender setImage:[UIImage imageNamed:@"button-on.png"] forState:UIControlStateNormal];
           // other statements
       }

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()

UI若要放置底圖進入專案,

可先把底圖檔案複製近專案後加入以下程式碼:

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()

當一根或多根手指在螢幕上移動或拖曳的手勢稱為Pan手勢,

出發後由傳進來的參數可以得到每根手指的位置座標。

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()

fifth wheel

原文解釋: an unwelcome or extra person

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()

come to think of it

原文解釋: remember or consider on reflection

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()

輸入一些整數,逆序輸出到一行中。已知整數不超過一百個。

範例輸入:

文章標籤

Will 發表在 痞客邦 留言(1) 人氣()

flag down

原文解釋: to signal or wave ro get the attention, indicating that someone should stop.

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()

cold feet

原文解釋: fear of doing something; cowardice at the moment of action

文章標籤

Will 發表在 痞客邦 留言(0) 人氣()