This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import UIKit | |
| class MyTextLabel: UIView { | |
| var textLayer = CATextLayer() | |
| var textStorage: String = "" { | |
| didSet { | |
| textLayer.string = textStorage | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You appear to be advocating a new: | |
| [ ] cloud-hosted [ ] locally installable [ ] web-based [ ] browser-based [ ] language-agnostic | |
| [ ] language-specific IDE. Your IDE will not succeed. Here is why it will not succeed. | |
| You appear to believe that: | |
| [ ] Syntax highlighting is what makes programming difficult | |
| [ ] Garbage collection is free | |
| [ ] Computers have infinite memory | |
| [ ] Nobody really needs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private async void Think() | |
| { | |
| Loop: | |
| Program.MineCycles++; | |
| Say("Walking to the mine!"); | |
| await this.WaitSeconds(2.0f); | |
| Say("Entering the mine!"); | |
| await this.WaitSeconds(1.0f); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Drawing; | |
| using MonoTouch.Foundation; | |
| using MonoTouch.UIKit; | |
| namespace RedparkSDK | |
| { | |
| [BaseType(typeof(NSObject))] | |
| public interface RscMgrDelegate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Members missing, based on Sebastien's list: | |
| [Implemented methods have been removed] | |
| Type: System.Drawing.Bitmap | |
| .ctor(System.Int32,System.Int32) | |
| GetPixel(System.Int32,System.Int32) | |
| SetResolution(System.Single,System.Single) | |
| Type: System.Drawing.Drawing2D.Blend |