objective c - Draw a transparent box on the iPhone -


How do you create a transparent box for PDF viewer that shows page numbers?

You can create plain view (or UILBL) with text, then view.layer .cornerRadius and view.backgroundColor and view.alpha for your choice.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -