Skip to content

Baglan/MCSteamView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

View simulating steam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published