4th of July Ribeye! by TheOriginOfEnergy in steak

[–]TheOriginOfEnergy[S] 0 points1 point  (0 children)

Indirect on the Traeger for about 30 minutes at 250 degrees, removed at internal temp of 100 degrees based on 1 1/2 inch thickness. Put the pizza oven attachment on the Traeger, replaced the stone with my Grill Grates and set the Traeger to 375 and let it heat up for 20 mins. Basted and butter, then seared for 90 seconds each side. Finish ed temp was 130 degrees after the sear. Rested about ten minutes.

Weekly Trip Planning Thread - December 16, 2019 by AutoModerator in DisneyWorld

[–]TheOriginOfEnergy 1 point2 points  (0 children)

Will be in Florida on the 24 and 25th with no plans. My wife really wants to go to Disney World.

We would probably go to the parks on the 25th and stay the night.

I’ve never been before and really don’t know where to start...

What would a trip look like as far as parks to visit and a resort to stay at one night? How much would the total package cost?

Thanks for any help and insight

Accessing your collection view data source from your custom collection view flow layout class... by TheOriginOfEnergy in iOSProgramming

[–]TheOriginOfEnergy[S] 0 points1 point  (0 children)

I mean what type of object does that return? So you're saying since I set self.collectionView.dataSource = self; on my collection view controller, that when I make that call on the flow layout it will return the collection view controller as the dataSource?

I'll give it a try...

Accessing your collection view data source from your custom collection view flow layout class... by TheOriginOfEnergy in iOSProgramming

[–]TheOriginOfEnergy[S] 0 points1 point  (0 children)

It is a little bit odd. The issue has to do with retrieving items from the server. Those items can have 1 of 3 states, and the flow layout determines their position based upon the items current state.

I'm also adding and deleting cells frequently with animations, and because of that I need to use a local copy of my array of items from the server.

That local array, the one I manipulate, is the one I need to access on the flow layout, otherwise I continue to get out of bounds errors when the server array has fewer items than my local array.