效果:按button1顯示view1;按button2顯示view2;按button3顯示view3
拖入三個按鈕,乙個multiview,multiview中拖入三個view;
view1中輸入內容view1(當然也可以拖入按鈕、textbox等);view2中輸入內容view2;view3中輸入內容view3
**:protected void button1_click1(object sender, eventargs e)
protected void button2_click(object sender, eventargs e)
protected void button3_click(object sender, eventargs e)
點選Button時,顯示不同的效果 背景
很早以前就知道怎麼做,但是覺得最好還是寫下來.在drawable資料夾下,新建乙個檔案,內容如下 然後在layout布局裡面,給按鈕 setbackground。解釋一下 每個item代表乙個約束條件,所以上方檔案總共有三個約束條件,state pressed state focused 分別代表是...
按不同條件更新資料
update cdsia set inen where cuno and inen is null update cdsia set s where cuno and s is null update cdsia set bday where cuno and bday is null 以上是待合併...
label顯示不同字型
在專案開發中,我們經常會遇到在這樣一種情形 在乙個uilabel 使用不同的顏色或不同的字型來體現字串,在ios 6 以後我們可以很輕鬆的實現這一點,官方的api 為我們提供了uilabel類的attributedtext,使用不同顏色和不同字型的字串,我們可以使用nsattributedtext ...