User Tools

Site Tools


code:lapcounter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
code:lapcounter [2017/06/16 10:09] – [Names, Icons, Pictures] michfielcode:lapcounter [2017/06/16 10:10] – [Names, Icons, Pictures] michfiel
Line 1: Line 1:
 ====== RundenzählerApp ====== ====== RundenzählerApp ======
  
-===== Names, Icons, Pictures =====+===== Motivation =====
  
 https://en.wikipedia.org/wiki/Speed_skating_rink https://en.wikipedia.org/wiki/Speed_skating_rink
 \\ \\
 A speed skating rink (or speed skating oval) is an ice rink (but also a sport venue) in which a speed skating competition is held. A speed skating rink (or speed skating oval) is an ice rink (but also a sport venue) in which a speed skating competition is held.
 +
 +===== Snippets =====
 +
 +
 +<code>
 +    IBOutlet UIScrollView *myScrollView;
 +    IBOutlet UIView *contentView;
 +
 +    - (void)viewDidLoad
 +    {
 +       myScrollView.contentSize = contentView.frame.size;
 +       
 +       ...
 +    }
 +    
 +</code>
 +
  
 ===== Mathematics ===== ===== Mathematics =====
code/lapcounter.txt · Last modified: 2017/06/16 10:11 by michfiel