Questions tagged [flipside]

11 questions
1
vote
1 answer

connection from FlipSideView to tab2

I've created a Tab Bar application (2 tabs) then merged a Utility Application to it. So now i have an App with two tabs and a Flip animation. When the App loads, Tab1 has the info button and on ButtonPressInfo the view flips giving me a FlipSideView…
david-l
  • 623
  • 1
  • 9
  • 20
0
votes
1 answer

how can i retrieve the number of validators on NEAR blockchain using SQL query?

As you know the NEAR blockchain is based on Proof of stake protocol.the number of validators can be based on validators 'staking' or even 'not staking'. i'm new to this and i don't know which culoolumnsmns or tables should i use to find this number.…
Raven
  • 1
  • 1
0
votes
1 answer

SQL count of distinct values over two columns

I have the following query that allows me to aggregate the number of unique sellers/buyers for every single day from the Flipside API: SELECT date_trunc('day', block_timestamp) AS date, COUNT(DISTINCT(seller_address)) AS…
Velcorn
  • 60
  • 6
0
votes
2 answers

Facebook API causes app to crash when switching back to main view

Heads Up: I'm not too comfortable with Objective C to know exactly what I'm talking about.. Here's my life story: My app basically consists of 3 views: main, facebook, and twitter.. No problems with the twitter, no problems switching back and forth…
0
votes
1 answer

Hiding all objects upon return to MainView

in a utility application, in the viewDidLoad method, I have the following functions, among others: [self hideObjects]; [self setColorAndSizes]; [self fadeInEverything]; These three methods, combined, first hide all objects on the screen, then…
eric.mitchell
  • 8,817
  • 12
  • 54
  • 92
0
votes
1 answer

Flipsideview strange behaviour

I am having a strange problem with a simple test app I am writing for iPhone. I have a view with a flip side view. Now suddenly this view has the title two times high. In the IB (I am using xcode 4) this is how it is looking Picture of the IB In the…
Umberto
  • 1,387
  • 1
  • 13
  • 29
0
votes
1 answer

UINavigationController based app with FlipSideView with another UINavigationController

I'm trying to develop an app (game) with this architecture: Main view is a naviagtioncontroller based with navbar hidden in Main view I need a light info button to show a options/credits flipsideview this flipsideview must have…
0
votes
1 answer

iPhone: How can I turn a flipside view into a scrolling UIScroll view?

This should be simple. I'm making a very basic app, based on the Utility Application template of XCode. On the flipside, I have more content than fits the screen. The flipside is a UIView. I think it should be a UIScrollView, but somehow I don't…
Sjakelien
  • 171
  • 3
  • 7
0
votes
1 answer

iPhone: Utility Application - Open Flipside on startup

I have an application that I started with the Utility Application template. I'm using the Flipside for the Settings screen. I'm having the settings serialized to a file when the app is closed and deserialized when the app is opened. If there is no…
Joel
  • 16,474
  • 17
  • 72
  • 93
0
votes
1 answer

IOS Orientation with FlipViewController and a master view

I use two ViewControllers. A MainView and a FlipViewController. The MainView contains a bunch of buttons and controls, and a graphics display, and the FlipView contains the settings. The MainView loads a different XIB depending on orientation to…
Paul3333
  • 1
  • 1
-4
votes
0 answers

Queries on Flipside or Dune analytics

Could someone please write me an SQL script to extract the total number of transactions for the top 5 Layer 1 (L1) chains of all time, as well as for the period from January 2022 to June 2023, using either Flipside Analytics or Dune Analytics?
Cercuit
  • 1
  • 2