Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9a165ee

Browse files
修复小Bug
1 parent 7028377 commit 9a165ee

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

‎.DS_Store

0 Bytes
Binary file not shown.

‎.gitignore

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ xcuserdata/
1919

2020
## Other
2121
*.moved-aside
22-
*.xcuserstate
22+
*.xccheckout
23+
*.xcscmblueprint
2324

2425
## Obj-C/Swift specific
2526
*.hmap
@@ -34,6 +35,9 @@ xcuserdata/
3435
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
3536
#
3637
Pods/
38+
#
39+
# Add this line if you want to avoid checking in source code from the Xcode workspace
40+
# *.xcworkspace
3741

3842
# Carthage
3943
#
@@ -44,17 +48,20 @@ Carthage/Build
4448

4549
# fastlane
4650
#
47-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
51+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
4852
# screenshots whenever they are needed.
4953
# For more information about the recommended setup visit:
50-
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
54+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
5155

5256
fastlane/report.xml
53-
fastlane/screenshots
57+
fastlane/Preview.html
58+
fastlane/screenshots/**/*.png
59+
fastlane/test_output
5460

55-
#Code Injection
61+
#Code Injection
5662
#
5763
# After new code Injection tools there's a generated folder /iOSInjectionProject
5864
# https://github.com/johnno1962/injectionforxcode
5965

6066
iOSInjectionProject/
67+
2 KB
Binary file not shown.
Binary file not shown.

‎MHDevelopExample/MHDevelopExample/Architecture/Profile/Profile/CMHProfileViewController.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ - (void)configure{
4848

4949
/// PS: 这里笔者就 统一用 CMHWebViewController , 但是现实中,大多数是 CMHWebViewController 的子类,这里介绍 CMHWebViewController.h 提供的属性的场景
5050
/// 现实中,你只要组合笔者提供的属性,就会达到满足不同的开发场景,当然你有好的点子,也可以联系笔者哦
51-
NSString *requestUrl = CMHMyBlogHomepageUrl;
51+
NSString *requestUrl = @"http://192.168.1.200:8080";//CMHMyBlogHomepageUrl;
5252

5353
@weakify(self);
5454

55+
NSLog(@"iOS 版本 -- %f" , MHIOSVersion);
5556

5657
/// 配置一些数据 <测试代码>
5758
CMHExample *example30 = [[CMHExample alloc] initWithTitle:@"30:Web默认情况" subtitle:@"有关闭按钮,self.title = webView.title,无下拉刷新"];

‎README.md

7.9 KB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /