File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
TastingNotes.xcodeproj/project.xcworkspace/xcuserdata/Matt.xcuserdatad Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ -(IBAction)addControl{
114
114
animated: YES ];
115
115
116
116
}
117
+
118
+ Control *c = [[self .notebook listOfControls ] lastObject ];
119
+ if (!c.type )
120
+ c.type = @" SmallText" ;
117
121
}
118
122
119
123
-(IBAction )showHelp {
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ -(void)addControlToThisNotebook{
484
484
control.order = controlOrder;
485
485
control.canEdit = YES ;
486
486
control.title = @" <Add Control Title>" ;
487
- control.type = @" SmallText" ;
487
+ // control.type = @"SmallText";
488
488
[section.listOfControls addObject: control];
489
489
[self .listOfControls addObject: control];
490
490
}
Original file line number Diff line number Diff line change 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >3.1.2 </string >
24
+ <string >3.1.3 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<key >CFBundleURLTypes </key >
36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >3.1.2 </string >
39
+ <string >3.1.3 </string >
40
40
<key >LSRequiresIPhoneOS </key >
41
41
<true />
42
42
<key >UIMainStoryboardFile </key >
You can’t perform that action at this time.
0 commit comments