Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 405 Bytes

MCSteamView

Installation

  1. Copy files from the 'Classes' folder to your project;
  2. Add the QuartzCore framework.

Usage

#import "MCSteamView.h"

...

CGRect frame = CGRectMake(100.0, 100.0, 200.0, 10.0);
MCSteamView * steamView = [[MCSteamView alloc] initWithFrame:frame];
[self.view addSubview:steamView];

License

This code is available under the MIT license