mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed spelling. Added a few simple methods to Random, BigInteger and var.
This commit is contained in:
parent
0796c7afbc
commit
293aedac2f
10 changed files with 34 additions and 5 deletions
|
|
@ -32,7 +32,7 @@
|
|||
An iOS-specific class that can create and embed an UIView inside itself.
|
||||
|
||||
To use it, create one of these, put it in place and make sure it's visible in a
|
||||
window, then use setView() to assign an NSView to it. The view will then be
|
||||
window, then use setView() to assign a UIView to it. The view will then be
|
||||
moved and resized to follow the movements of this component.
|
||||
|
||||
Of course, since the view is a native object, it'll obliterate any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue