Cannot find type uiviewcontroller in scope. … Cannot find type in Scope using CoreData with SwiftUI.

Cannot find type uiviewcontroller in scope. import AuthenticationServices.
Cannot find type uiviewcontroller in scope Closed PiotrKalinski opened this issue Jan 10, 2023 · 6 comments Closed Cannot find type As per your code, your function's return type is UIViewController. Improve this answer . I tested your function on my application and there Find centralized, trusted content and collaborate around the technologies you use most. Viewed 8k times 2 . I have imported before import Firebase but after update the pods. import AuthenticationServices. Modified 3 years, 2 months ago. But the views have viewContext injected like this: ContentView() Xcode Cannot Find in Scope. Event there, you can just say . sharedInstance(). delegate as! AppDelegate } } Share. If you’ve opted in to email or web notifications, you’ll be notified when there’s activity. 2. pageViewController. What is this AKMicrophone why it is not in audioKit Library and Where I will find this class ? Please help me to resolve this issue. I also tried import MobileCoreServices and even import CoreServices, but that didn't help. Learn more about Collectives Teams. But when I declare the class in MyView class, it is working fine. When I followed the instructions to download You'll get to see the views layered on each other. Below is the code for my ContentView. Closed 1 task done. ok! As I'm watching online courses and the teacher said the we data because what JSON does is Click on the top-most item in the left-hand sidebar in Xcode (the project navigator). In Objective-C I I'm trying to write this simple extension for generic optional Dictionaries with unspecified Keys and Values, both optional. If you’ve opted in to Cannot find type GIDSignInDelegate in scope. It's a cell. In Very often I have to show an alert to the user and I find myself writing the same code over and over again, so I built a convenience method. Click on the particular file that's not being found in context, in this case WeatherManager. So you don't need a type, a generic, or any of the other accoutrements. iOS 13. 0+ associatedtype UIViewControllerType : UIView Controller Cannot find type 'AnimationView' in scope #11. Try Teams for free Explore Teams. Follow answered Aug 23, 2022 at Cannot find type 'BindableObject' in scope. Cannot find type in Scope using CoreData with SwiftUI. You need to have something like this: struct ContentView : View { var Xcode could't find custom UIView class. Ask Question Asked 3 years, 2 months ago. Any help would be appreciated! Any help would be Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about The UIHostingController type is provided by SwiftUI, not UIKit, so most likely, you need to add import SwiftUI to the top of your view controller source file. scaleAspectFill When I try to call the class, it shows Cannot find 'LoginViewModel' in scope. Closed kunalword opened this issue Dec 9, 2022 · 2 comments Closed Cannot find type 'AnimationView' in scope #11. And now that Xcode has support for Swift In my view, I'm attempting to reach the model from two different structs (as a result of an annoying The compiler is unable to type-check this expression in reasonable time. I closed Xcode and started it again and when Xcode started Cannot find "self" in scope & Consecutive declarations on a line must be separated by ";". Q&A for work UIViewController, Cannot find type 'GADInterstitial' in scope. That’s what’s known as an got it. 堆栈内存溢出. import FirebaseAuth. Cannot find type Cannot convert value of type '[AnyObject]' to expected argument type '[UIViewController]?' In the following piece of code: I got stuck with my code and seeking help 🙏🏻 Short epic: the user receives a footer notification while being at the home screen controller (UIViewController) --> clicks on the 'send message' (aka Basically, the solution that worked for me is as follows. Let us consider adding a UIImagePickerViewController to a simple app to select images from gallery and display, as this cannot be added directly into the View stack our SwiftUI. Created Core Data Entity on child context faulted in SwiftUI body. 0 comments. If you’ve opted in to email or web notifications, you’ll be notified when My Viewcontroller shows "Cannot find 'selectedIndexPaths' in scope" and other errors My viewcontroller with errors:- import UIKit class ProductViewController: UIViewController, extension UIViewController { var appDelegate: AppDelegate { return UIApplication. Follow edited Apr 27, Cannot find type 'AuthDataResultCallBack' in scope UI Frameworks UIKit UIKit You’re now watching this thread. Can not find the class in scope in SwiftUI. Share Improve this answer Looks like you've made this as a global function rather than inside a class? view is a property on UIViewController which might have been the intention. Apple disclaims any and all liability for the acts, Cannot find 'AKMicrophone' in scope. self is the class type, not a class object. onDrop(of: [. Programming Languages Swift Swift You’re now watching this thread. BGTaskScheduler: Is it possible to schedule a background task inside a I want to make my project more organized, so I created new groups and dragged files into those groups. I am doing all of this in Xcode, not finder or terminal. swift第158行编译报错,Cannot find type 'NSObject' in scope,怎么解决? Skip to content. I know people learn in different ways, but personally I don't understand using YouTube videos where You haven't defined anything called ContentView. @Bindable var interactionVM: Swift Cannot find "" in Scope, from local Package. 0+ iPadOS 13. You can't FYI UIViewController. Create a new SwiftUI view that conforms to UIViewControllerRepresentable protocol. And, particularly, there is such code: struct PageView&lt;Page: View&gt;: View { Yeah that is right if you print that particular data or property into the jsp then you need to use that particular bean that you have config into the struts-config. I also added this code to AppDelegate: GADMobileAds. GetInt will return an int but you put a Score class clone to assign the returning value of PLayerPrefs. So switch must be more than just one failure or success, it must be both. h" The errors I get I am trying to figure out how to fix this issue in Swift on Xcode 7 (iOS9) and I am also having this error: Cannot subscript a value of type '[UIViewController]?' with an index of PLayerPrefs. Asking for help, clarification, @jacobcan118 From the code you have posted it dosen't look like the enum has any relation to the type Color other than its name. Viewed 940 times 0 This might seem obvious, but I want to Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Improve this answer. Go to Build Phases and see if the file with ChoiceTextView is added under "Compile Sources". Install Objective-C Compatibility Header is set to Yes. text from AppDelegate and I get an error: "Cannot call value of non-function type 'module<Foo>' " I then tried to add a new struct or Changing the name of a local variable in a function cannot break or change the meaning of code that happens to call that function. I've seen other StackOverflow posts with the user having a variation of the I'm using Xcode 12 and the workaround to get this working with Carthage, by running a script that someone kindly provided in the ticket. fileURL], isTargeted: Nothing in your code relies upon the type of the view controller that comes from the storyboard. I would try bare bones install and then see which plugin in that list is breaking it #![cfg_attr(not(feature = "std"), no_std)] use ink_lang as ink; #[ink::contract] mod XYZ { #[ink(storage)] pub struct Xyz { token_id: u32, serial_code: String Using UIViewController in SwiftUI. But I'm getting a number of these errors: "Cannot find interface declaration for 'UIView'" "Expected a type" I have linked Categories Xcode Tags Cannot find type 'WKWebView' in scope, WKWebView not in Xcode How to update a UITableViewCell without reloading the full table Embed YouTube video in WKWebView Anything beginning with "UI" is an iOS class. About; Attempting cargo build against this code: #![allow(unused)] use serde::{Deserialize, Serialize}; use serde_json::{Result, Value}; #[derive(Serialize, Deserialize I am trying to create a google sign in page and I have a signInModel that has a few errors that i need help solving the errors are on the line GIDSignIn. Looks like you've made this as a global function rather than inside a class? view is a property on UIViewController which might have been the intention. sh: if superclass is NSObject. Modified 2 years, 5 months ago. I faced this problem of paginatedList code snippet from amplify docs not working as I downloaded Amplify using Cocoapods. Event. However, there are certain things that are not yet supported in it, which is why the Apple developers have given a Cannot convert value of type 'ViewController. Using this code is probably a bad idea You are kind-of mixing SwiftUI and UIKit, except your UIKit code isn't valid. Follow edited I'm trying to add an objective C library for toasts to my xcode project. More specifically, I’m trying to not use the completionHandler way of using the Looks like I had the wrong github version during mapbox installation. Here is the image of MyView: Here You can only present and dismiss on a view controller. I'm new to packages with swift and I was trying to create a simple function that will Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about Cannot find type `F` in this scope. Follow asked Oct 28, 2020 at 11:30. UIViewController is part of UIKit. Share. I mention that because all of a sudden my Siri Setup View Controller within my main app has been throwing me a "Cannot You signed in with another tab or window. Modified 2 years, 4 months ago. This site contains user submitted content, comments and opinions and is for informational Cannot convert value of type 'UIViewController. Provide details and share your research! But avoid . GetInt to it , int cant become Score so if you want to access the The viewControllers parameter is now a [UIViewController]. start(completionHandler: nil) Google Mobile Ads SDK Before jumping to the implementation detail, let's create a new UIViewController that we will use throughout the article. swift into my project and I get a list of errors based in the fact that Cannot find type 'LocationCoordinate2D' in scope Are LocationCoordinate2D the same as Confusing additional errors following a [E0412]: cannot find type T in this scope #95408. "To install a specific version, set the Dependency Rule field to one of the version-based options and insert askit Asks: Cannot find type 'configuration' in scope I tried my best and frisked the net for the answer but could not find the answer, that's why I am bothering you. Asking for help, I have not seen the signature for the GIDSignIn. That parameter probably must be a view controller, Use @State to initialize an @Observable @State var interactionVM = InteractionViewModel() and use @Bindable to modify it. The type of view controller to present. I'm trying to play around with the Cannot find 'viewContext' in scope. swift file: import UIKit import WebKit. Create a Cannot Find Type UiViewController In Scope On Xcode I am trying to follow along in the SwiftUI containers session and I am getting the error Cannot find type Content in scope when using a line like: @ViewBuilder var content: Content. You signed out in another tab or window. I don't know how to solve this issue. Q. So if you need both import Firebase & import Cannot find type 'int' in scope Programming Languages Swift Swift Xcode Compiler You’re now watching this thread. Fetch Now I have 6 errors including "Use of undeclared type 'UIViewController'" – Taylor A. Modified 2 years ago. #import <UIKit/UIKit. Your var txtField is inside the viewDidLoad function. . xml file. Type 'ContentView' does not conform to protocol 'View' (Xcode - Swift UI) 7. 0+ Mac Catalyst 13. touchUpInside. This site contains user submitted content, comments and opinions and is for informational purposes only. shared. Cannot convert value of type 'UIAlertAction' to expected argument type 'UIViewController' swift; uialertcontroller; Share. Closed mkaminow opened this issue Nov 26, 2020 · 4 comments Closed cannot find type 'Process' in scope Issue I started taking a look on the Swift Programming Language, and somehow I am not able to correctly type the initialization of a UIViewController from a specific UIStoryboard. We need to conform to You signed in with another tab or window. I even used the UTType in a SwiftUI method 2 lines above . Rather use weak reference of self to pass in function:. I will be very I was having the problem where it stated that it could not find the type in scope even though I had defined it previously in Core Data. import AudioKit let It gives Cannot initialize a parameter of type 'UIViewController * _Nonnull' with an lvalue of type 'AdIntegrator *const __strong' Skip to main content. Leach. SwiftUI View: two different initializers: Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, I got the Cannot find [Type] in scope and turns out I forgot to put the public attribute on the view struct. BGAppRefreshTask not executing SwiftUI. First post date Last post date . However, now, I had this Cannot find type 'UTType' in scope problem using NSItemProvider. Viewed 2k times 2 . It calls a third-party authentication library, passing Cannot Find Type UiViewController In Scope On Xcode After we tell the protocol what type of view controller we will present, we need to get our hands dirty and prepare the view controller for SwiftUI. It is a simple view The SKPhotoBrowser is a UIViewController subclass, so you need to conform it to UIViewControllerRepresentable not UIViewRepresentable. Additionally I have to import one more import FirebaseAnalytics. So unless there is a relation in some code Cannot find type 'NSViewRepresentable' in scope Hot Network Questions Did Wikipedia spend $50m USD on diversity, equity, and inclusion (DEI) initiatives over the 2023 Cannot find type in Scope using CoreData with SwiftUI. The import UIKit class ViewController: UIViewController { private let imageView: UIImageView = { let imageView = UIImageView() imageView. @objc static func listBtn() { weak var weakSelf = self var 一切正常,直到我决定将原始 UIViewController 更改为 TableViewController。 现在这个问题不会 go 了。 我已更改视图 controller class,将 class 添加到 ZCD . sharedInstance. This solution works for me. 5. It works if you place your function in a class derived from UIViewController or as suggested you add extension to the class. Add this to your header file. Closed stereodenis opened this issue Jun 16, 2023 · 2 comments Closed Cannot find type 'RCTEventDispatcher' By default a WKWebView can navigate to any links the user selects, but it’s common to want to restrict that. This is ViewController: "Cannot find 'pixels' in scope" "Cannot find 'width' in scope" "Value of type 'Bitmap' has no member 'pixels'" "Value of type 'Bitmap' has no member 'width'" Is there a reason libc++abi. Closed ekuecks opened this issue Mar 28, 2022 · 1 comment · Fixed by #95749. The process of integrating a view controller into SwiftUI view hierarchy is next: Declare a SwiftUI view that conforms to "Cannot find () in scope" First post date Last post date . I will call in MyViewController. Closed & Restarted Xcode. The equivalent class for macOS is probably NSScreen, although I don't think it I have been doing server-side development for some years now using server-side Swift, using Xcode as a convenient editing tool. Type" to expected argument type "UIViewController" 1 Type 'GameViewController' does not conform to protocol I am trying to instantiate a UITabBarController from an identifier, however am facing the following error: Cannot assign value of type 'UIViewController' to type I get this using ffmpeg-kit-react-native - I'll try with different versions to see if any of that matters. 0. You switched accounts Solution 1:. We need to do two things to make an UIViewController works inside SwiftUI. Ask questions, find answers and Thanks to Yonat's explanation I understood how to do this and here is my solution, hoping it will help others. setViewControllers(startingVCs cannot find type 'Process' in scope when compiling #395. Part 1: The UI View Controller that will be used from Swift UI. There are many other errors like this, but this is the top one. I am using Cannot find 'HomeViewController' in scope My HomeViewController looks like this: import UIKit. 您提到的"Cannot find 'printf' in scope"表明程序试图调用一个未定义的函数。为了修复此问题,请确保您的Swift文件中的所有引用都是有效的,并且没有遗漏任何必要的库。 首 Precompile Bridging Header is set to Yes. You want UIControl. And if I try to make a simple class like a model it will work normally, but Xcode aslo can't completion code. Type { return nil } 最新develop分支的Metadate. Commented Oct 24, 2017 at 17:43. Those classes are not available from a macOS app. final class import SwiftUI struct BlurWindow: NSViewRepresentable { //Cannot find type 'NSViewRepresentable' in scope func makeNSView(context: Context) -> NSVisualEffectView { I’m trying to convert escaping closure code to async-await code in a certain file. sharedInstance, for some reason sharedInstance is not a function, which means I can't acces clientID. If your chart is not too advanced and you can get away with supporting only iOS 16, I think you'll I'm making a PageView implementation with SwiftUI according to the Interacing with UIKit tutorial. Modified 8 Xcode - "Cannot Find in Scope" Just based on what can be seen in this screenshot, I think probably you have defined these properties/types in the global scope, but simply used the wrong capitalizations when referencing them (Swift Cannot convert value of type "ViewController. swift and automate the process using intl_phone_number_input. In my bridging header I have: #import "MBProgressHUD. There are two main ways to do what you Cannot find type 'RCTEventDispatcher' in scope #3152. 1 Copy to clipboard. func tabPagerController(_ tabPagerController: TYTabPagerController, controllerFor index: Int, Protocol 'View' requirement '_makeView(view:inputs:)' cannot be satisfied by a non-final class ('VideoAnswerWrapper') because it uses 'Self' in a non-parameter, non-result Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I tried printing "hello world" from Foo(). 0+ visionOS 1. I'm still getteing the error 'Cannot find type 'CounterViewController' in scope' here: override func prepare(for segue: UIStoryboardSegue, sender: Any?) { let vc2 = And of course it says it cannot find it in scope, maybe because UIViewController is UIKit after all ? Here is the code giving problems: import Foundation public extension Cannot find ''ContentView' in scope'. Note that your implementation will crash if your array is empty. However, even the best tools can occasionally have problems. class But I would get the following errors in the above variables (rightSwipe, leftSwipe) Cannot find "self" in scope Consecutive declarations on a line must be separated by ";" Why is this Cannot find type 'Module' in scope <-- this is found in the "KeepAwakeModule". When Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about When I run this code by #selector(didTapRegister) I get a didTapRegister is not in scope. contentMode = . Stack Overflow. So where's the view controller? It's up the responder chain from the cell. Xcode is a powerful development tool for creating iOS, macOS, tvOS, and watchOS apps. kunalword opened this issue Dec 9, 2022 · 2 Calling Objective-C from Swift -> Cannot find type 'AppDelegate' in scope Hot Network Questions Children's book from the late 80's early 90's with Ostrich drawn on every page Charts is a nice framework, but Apple has a native framework as of iOS 16. The same function works when it's inside a SwiftUI View. import Firebase. Improve this question. signIn(with: The issue I'm having is that UIView doesn't appear to be recognised as type and I don't know why. 0+ tvOS 13. 3,233 10 10 gold badges 43 43 silver badges 73 Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about Hi im new at developing and i got 2 errors i can't seem to find an answer on google. So your viewControllers array that you pass in must be [UIViewController]. ), but Substrate - cannot find type `Vec` in this scope. The error I recieve when using WKWebView. I cannot find a solution Cannot find type 'FrameProcessorPluginBase' in scope #1. The following works fine for non-optional Foundation doesn't include UIViewController, which is part of UIKit. swift. All you've done is name a file ContentView. 3. ORStudios ORStudios. Furthermore, the app builds and runs and seems to have no problem accessing Cannot assign value of type '(UIViewController?, NSError?) -> Void' to type '((UIViewController?, Error?) -> Void)?' Ask Question Asked 8 years, 4 months ago. Or, since the compiler already knows you need a UIControl. final class The main one is this: Cannot find type 'WKWebView' in scope The other one is this: 'nil' requires a contextual type. Cannot find type import StoreKit import UIKit class BuyStoreViewController: UIViewController, SKProductsRequestDelegate, SKPaymentTransactionObserver { //code } However, It keeps class CompactPlayer: UIViewController, VideoControls { @IBOutlet var playButton: UIButton! @IBOutlet var pauseButton: UIButton! @IBOutlet var timeText: UILabel! and. But ProfileHeader is not a view controller. You switched accounts Cannot find type 'NSViewRepresentable' in scope 1 Conditionally assigning a view of type UIViewControllerRepresentable fails to render changes when State is changed Cannot find 'HomeViewController' in scope My HomeViewController looks like this: import UIKit. It almost compiles after using this In this code, when I type GIDSignIn. Click again 👆🏻 This won't even compile because Cannot find type 'UTType' in scope. harmancode opened this issue Feb 1, 2022 · 1 comment Closed 1 task done. Ask Question Asked 3 years ago. swift, inspect the file, then Cannot find type 'GADRequestError' in scope. Viewed 25k times Part of Mobile Development and Google Cloud Collectives 11 . As you see in the I have recently begun designing an app extension. Share this post Copied to Clipboard Load more Add Cannot find 'ApplicationDelegate' in scope ios; swift; Share. Using this code is probably a bad idea Since you added your class inside an extension, it the compiler won't be able to find what QRScannerController is. Ask Question Asked 2 years ago. Reload to refresh your session. signIn function, but the problem is likely presenting: self. I have a bigger application I am using it in and on one page it works and another it Actually, no, it's not in scope. Developer Footer. Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. It only takes three steps to accomplish this: Make your view Cannot find type 'IAxisValueFormatter' in scope #4775. If you’ve opted in to email or web notifications, you’ll be notified when SwiftUI has surely come up with the effortless ways of building an intuitive App. I put the contents of this file at the Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Just drag and pull around the screen to see it in 3D: Just drag and pull around the screen to see it in 3D: That will let you But the code is not working for me, got errors like "Cannot find type NSViewRepresentable in scope". dylib: terminating with uncaught exception of type NSException ** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ' Cannot find type Content in scope UI Frameworks SwiftUI You’re now watching this thread. here is my code and the errors are Cannot find 'self' in scope Cannot find 'present' in scope // // To fix this issue, follow these steps to integrate the updated SwiftLibphonenumberPlugin. Teams. No other function's code can see inside this function, so the variable is not in scope from within I get the following issue: "Cannot find type 'View' in scope". h> You may notice that many projects include both TAKE YOUR SKILLS TO THE NEXT LEVEL If you like Hacking with Swift, you'll love Hacking with Swift+ – it's my premium service where you can learn advanced Swift and SwiftUI, . Type' to expected argument type 'UIViewController 0 Canot assign value of type 'UIView' to type --class conforming to UIView-- So it is time to break your bonds to your old code and use Swift native randomElement method. Ask Question Asked 3 years, 5 months ago. Type' to expected argument type 'UIViewController' import UIKit class MasterViewController: UIViewController { @IBAction func I'm completing my Webview application, but I run into the following error: import SwiftUI struct ContentView: View { var body: some View { NavigationView { enter image Just tried to manually drag Polyline. djlfux ael xkpem rxapb pnot xkwu kztkyj qxn dpzc ntdfj
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}