skip to Main Content

Shadow effect is not working…Swift ios uikit – Ios swift

I am trying make some shadow effect on my logo image but the effect is not showing off.. func setUpLogo(){ view.addSubview(logoView) logoView.translatesAutoresizingMaskIntoConstraints = false logoView.topAnchor.constraint(equalTo: view.topAnchor,constant: 220).isActive = true logoView.widthAnchor.constraint(equalToConstant: 140).isActive = true logoView.heightAnchor.constraint(equalToConstant: 190).isActive = true logoView.centerXAnchor.constraint(equalTo: view.centerXAnchor).isActive =…

VIEW QUESTION

CocoaPods could not find compatible versions for pod "react-native-webrtc" – React native

Package.json { "name": "Speed_Dating", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios --simulator="iPhone 13 Pro Max"", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@react-native-async-storage/async-storage": "^1.15.14", "@react-native-community/checkbox": "^0.5.9", "@react-native-community/datetimepicker": "^5.1.0", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/viewpager":…

VIEW QUESTION
Back To Top
Search