We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f37db37 + e311835 commit b7bea11Copy full SHA for b7bea11
Coinone-iOS/Coinone-iOS/Resource/Info.plist
@@ -2,6 +2,11 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>NSAppTransportSecurity</key>
6
+ <dict>
7
+ <key>NSAllowsArbitraryLoads</key>
8
+ <true/>
9
+ </dict>
10
<key>CFBundleDevelopmentRegion</key>
11
<string>$(DEVELOPMENT_LANGUAGE)</string>
12
<key>CFBundleExecutable</key>
Coinone-iOS/Coinone-iOS/Source/ViewControllers/GeoraesoVC.swift
@@ -347,6 +347,7 @@ extension GeoraesoVC {
347
view.addSubview(rateView)
348
view.addSubview(transPriceView)
349
350
+
351
headerView.snp.makeConstraints { make in
352
make.top.leading.trailing.equalTo(view.safeAreaLayoutGuide)
353
make.height.equalTo(140)
0 commit comments