Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Zach Drayer
2010-09-27 07:07:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
Ben Copsey
2010-10-31 20:33:14 +0800
Commit
2ff7b0cded41f97c50760f8ef16c77c2985c9562
2ff7b0cd
1 parent
ffb10fac
@interface for UIAlertView SPIs that are used, to get rid of warnings
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
iPhone Sample/AuthenticationViewController.m
iPhone Sample/AuthenticationViewController.m
View file @
2ff7b0c
...
...
@@ -12,6 +12,12 @@
#import "DetailCell.h"
#import "ToggleCell.h"
@interface
UIAlertView
(
SPI
)
-
(
void
)
addTextFieldWithValue
:(
NSString
*
)
value
label
:
(
NSString
*
)
label
;
-
(
void
)
addTextFieldAtIndex
:(
NSUInteger
)
index
;
-
(
UITextField
*
)
textFieldAtIndex
:(
NSUInteger
)
index
;
@end
@implementation
AuthenticationViewController
-
(
IBAction
)
fetchTopSecretInformation
:(
id
)
sender
...
...
Please
register
or
login
to post a comment