Skip to content

Commit b7bea11

Browse files
authored
Merge pull request #23 from BE-SOPT-Collaboration-Seminar-Coinone/feature/#3
🎨 서버 통신 준비 끝
2 parents f37db37 + e311835 commit b7bea11

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Coinone-iOS/Coinone-iOS/Resource/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSAppTransportSecurity</key>
6+
<dict>
7+
<key>NSAllowsArbitraryLoads</key>
8+
<true/>
9+
</dict>
510
<key>CFBundleDevelopmentRegion</key>
611
<string>$(DEVELOPMENT_LANGUAGE)</string>
712
<key>CFBundleExecutable</key>

Coinone-iOS/Coinone-iOS/Source/ViewControllers/GeoraesoVC.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ extension GeoraesoVC {
347347
view.addSubview(rateView)
348348
view.addSubview(transPriceView)
349349

350+
350351
headerView.snp.makeConstraints { make in
351352
make.top.leading.trailing.equalTo(view.safeAreaLayoutGuide)
352353
make.height.equalTo(140)

0 commit comments

Comments
 (0)