# Alternate render method

There may be a small performance cost for some apps, particularly noticeable in apps with heavy scrolling.

You may test this alternate render method by adding a plist entry to your `Info.plist` as follows:

```markup
<key>CBIORenderMethod</key>
<integer>2</integer>
```

If you've been able to test this alternate render method in your iOS app, we would love to hear your feedback. Please drop us an email at <hello@cobrowse.io>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cobrowse.io/sdk-features/advanced-features/ios/alternate-render-method.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
