---
title: isAvailable
framework: corenfc
role: symbol
role_heading: Instance Property
path: corenfc/nfcndeftag/isavailable
---

# isAvailable

A Boolean value that determines whether the NDEF tag is available in the current reader session.

## Declaration

```swift
var isAvailable: Bool { get }
```

## Discussion

Discussion A tag removed from the RF field becomes unavailable, and a tag in a disconnected state is also unavailable.

## See Also

### Getting the Tag Status

- [queryNDEFStatus(completionHandler:)](corenfc/nfcndeftag/queryndefstatus(completionhandler:).md)
- [NFCNDEFStatus](corenfc/nfcndefstatus.md)
