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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.btn { | |
width: 168px; | |
height: 48px; | |
text-align: center; | |
font-size: 24px; | |
-webkit-box-shadow: 0px 10px 0px 0px rgba(110, 6, 0, 0.75); |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.titleBar { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
height: 85px; | |
background-color: #BFAE90; | |
} |
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
//addSubview: | |
//EXAMPLE | |
-(IBAction)products:(id)sender { | |
products = [[Products alloc] initWithNibName:@"Products" bundle:nil]; | |
[self.view addSubview:products.view]; | |
} |
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
<a href></a> |
NewerOlder