0
我試過谷歌這個問題,但沒有找到我在找什麼。ios應用程序代碼中的方括號是什麼(xamarin)
進出口尋找一些代碼示例,xamarin iOS和很經常見面結構是這樣的:
[cell setIndentationLevel:SOME_NUMBER];
[cell setIndentationWidth:SOME_OTHER_NUMBER];
而且這樣的:
-(NSInteger)tableView:(UITableView *)tableView
indentationLevelForRowAtIndexPath:(NSIndexPath *)indexPath
{
return intOffset;
}
如何使用他們? 它們可以在Xamarin studio中用於iOS應用程序嗎?
請鏈接到你看到xamarin ios的例子。 – weston
這看起來像Objective C. Xamarin工作室使用C#,但是您可以在Objective C中編寫本機綁定,但您首先需要了解它。這不是一個很好的問題,因爲它不是一個編程問題,而且非常開放。請參閱http://stackoverflow.com/help/how-to-ask – bj7
to weston:http://stackoverflow.com/questions/30060373/update-height-constraint-programatically – Vadim