Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅 committed Feb 4, 2013
1 parent 8941485 commit 9239aa9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Additions/UIWebView+NBUAdditions.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ + (NSString *)systemDefaultUserAgent

+ (void)setDefaultUserAgent:(NSString *)userAgent
{
NBULogVerbose(@"setDefaultUserAgent: %@", userAgent);
NBULogInfo(@"setDefaultUserAgent: %@", userAgent);

[[NSUserDefaults standardUserDefaults] registerDefaults:@{@"UserAgent" : userAgent}];
}
Expand Down
2 changes: 1 addition & 1 deletion Examples/NBUCoreDemo/NBUCoreDemo/NBUCoreDemo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0b4</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
3 changes: 2 additions & 1 deletion Helpers/NBUConfigurationPicker.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ extern NSString * const NBUConfigurationChangedNotification;
/// Show the picker.
+ (void)show;

/// Create a standard button configured to display the picker.
/// Create a UIButton configured to display the picker.
/// @param title The desired button title.
+ (UIButton *)pickerButtonWithTitle:(NSString *)title;

/// @name Managing the Current Configuration
Expand Down
2 changes: 1 addition & 1 deletion Helpers/NBUDashboardLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Supports colors for log levels.
- Expands and collapses text.
To enable simply use [NBULog addDashboardLogger:].
To enable simply use [NBULog addDashboardLogger].
*/
@interface NBUDashboardLogger : DDAbstractLogger

Expand Down
5 changes: 3 additions & 2 deletions Helpers/NBULog.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@

/// @name Adjusting Log Levels

// Dynamically set the App log level.
/// Dynamically set the App log level.
/// @param LOG_LEVEL_XXX The desired log level.
+ (void)setAppLogLevel:(int)LOG_LEVEL_XXX;

// Get the App log level.
/// Get the App log level.
+ (int)appLogLevel;

/// @name Adding Loggers
Expand Down
2 changes: 1 addition & 1 deletion README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ iOS NBUCore
===========
[English](https://github.com/icb-cost-01/iOS-NBUCore/blob/master/README.md)

_最新バージョン 1.5.0b4_
_最新バージョン 1.5.0_

全てのプロジェクトの Core Service

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ iOS NBUCore
===========
[日本語](https://github.com/icb-cost-01/iOS-NBUCore/blob/master/README.jp.md)

_Latest version 1.5.0b4_
_Latest version 1.5.0_

Core services for ANY iOS project

Expand Down

0 comments on commit 9239aa9

Please sign in to comment.