Skip to content

Instantly share code, notes, and snippets.

View mojeld's full-sized avatar
👽

Haruy Mohri mojeld

👽
View GitHub Profile
@mojeld
mojeld / uIOSUtils.pas
Created January 9, 2016 10:06 — forked from freeonterminate/uIOSUtils.pas
iOS のステータスバーの色を変える
unit uIOSUtils;
interface
uses
System.UITypes;
procedure SetStatusBarColor(const iColor: TAlphaColor);
implementation