mirror of
https://github.com/samsonjs/5by5Browser.git
synced 2026-04-27 15:07:39 +00:00
style
This commit is contained in:
parent
efb8d95545
commit
c2122cf5df
2 changed files with 10 additions and 7 deletions
|
|
@ -134,9 +134,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- (IBAction) sendToInstapaper: (id)sender
|
- (void) sendURLToInstapaper: (NSString *)url
|
||||||
{
|
{
|
||||||
NSString *url = self.webView.request.URL.absoluteString;
|
|
||||||
NSDictionary *fields = [NSDictionary dictionaryWithObjectsAndKeys:
|
NSDictionary *fields = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
kInstapaperUser, @"username",
|
kInstapaperUser, @"username",
|
||||||
kInstapaperPassword, @"password",
|
kInstapaperPassword, @"password",
|
||||||
|
|
@ -159,6 +158,11 @@
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (IBAction) sendToInstapaper: (id)sender
|
||||||
|
{
|
||||||
|
[self sendURLToInstapaper: self.webView.request.URL.absoluteString];
|
||||||
|
}
|
||||||
|
|
||||||
#pragma mark - Split view
|
#pragma mark - Split view
|
||||||
|
|
||||||
- (void) splitViewController: (UISplitViewController *)splitController
|
- (void) splitViewController: (UISplitViewController *)splitController
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,6 @@
|
||||||
<string key="NSFrame">{{0, 416}, {320, 44}}</string>
|
<string key="NSFrame">{{0, 416}, {320, 44}}</string>
|
||||||
<reference key="NSSuperview" ref="191373211"/>
|
<reference key="NSSuperview" ref="191373211"/>
|
||||||
<reference key="NSWindow"/>
|
<reference key="NSWindow"/>
|
||||||
<reference key="NSNextKeyView"/>
|
|
||||||
<string key="NSReuseIdentifierKey">_NS:371</string>
|
<string key="NSReuseIdentifierKey">_NS:371</string>
|
||||||
<bool key="IBUIOpaque">NO</bool>
|
<bool key="IBUIOpaque">NO</bool>
|
||||||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue