http://www.hirano-dept.com/blog/2011/01/iphone-uilabel.html
NSString *str = @"sample string";
CGSize size = [str
sizeWithFont:[UIFont boldSystemFontOfSize:13]
constrainedToSize:CGSizeMake(5…
以下のように実行することで、配列内から空要素を削除することが出来ます。
//空要素を削除
$link_accept_list = array_merge(array_diff($link_accept_list, array(“”)));
graffiti on the web
この投稿へのコメント
コメントはまだありません。